COLOR #FFE198

HEX: #FFE198 RGB: (255,225,152)

Color info

#FFE198 contains mainly red and green colors. Web safe color of #FFE198 is #FFCC99 (or #FC9).

RGB color model

#FFE198 color RGB value is (255,225,152).

RGB: (255,225,152) (100%, 88%, 60%)

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 152 of 255 = 60%

255
225
152

R + G + B ~ 83%. #FFE198 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 225 + 152 = 632 (100%)
R 255 of 632 ~ 40.35%
G 225 of 632 ~ 35.6%
B 152 of 632 ~ 24.05'%

%40.35
%35.6
%24.05

CMYK color model

#FFE198 color CMYK value is (0,12,40,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 40.39%
  • key color value is 0.00%

CMYK: (0,12,40,0)
C0M12Y40K0 (0%, 12%, 40%, 0%)
(0.00 / 0.12 / 0.40 / 0.00)

CMYK percentages

%0
%11.76
%40.39
%0

Codes

Color #FFE198 in popluar color models

FF E1 98
RGB 255 225 152
HSL 43° 100.00% 79.80%
HSB/HSV 43° 40.39% 100.00%
CMYK 0.00% 11.76% 40.39%
0.00%

Color #FFE198 in popluar number systems.

HEX FF E1 98
Decimal 255 225 152
Binary 11111111 11100001 10011000
Octal 377 341 230

Shades and tints

Shades of #FFE198

#FFE198
(255,225,152)
#E8CD8B
(232,205,139)
#D1B97E
(209,185,126)
#BAA571
(186,165,113)
#A39164
(163,145,100)
#8C7D57
(140,125,87)
#75694A
(117,105,74)
#5E553D
(94,85,61)
#474130
(71,65,48)
#302D23
(48,45,35)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #FFE198

#FFE198
(255,225,152)
#FFE3A1
(255,227,161)
#FFE5AA
(255,229,170)
#FFE7B3
(255,231,179)
#FFE9BC
(255,233,188)
#FFEBC5
(255,235,197)
#FFEDCE
(255,237,206)
#FFEFD7
(255,239,215)
#FFF1E0
(255,241,224)
#FFF3E9
(255,243,233)
#FFF5F2
(255,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE198 color. Also use rgb(255,225,152) instead hex code.

Text Font Color

.myTextColor { color: #FFE198; }

<p style="color:#FFE198">This sample text font color is #FFE198.</p>

This text font color is #FFE198.

Background Color

.myBgColor { background-color: #FFE198; }

<div style="background-color:#FFE198">Inner text</div>

This div background color is #FFE198.

Border color

.myBorderColor { border: 1px solid #FFE198; }

<div style="border:3px solid #FFE198">Div</div>

This div border color is #FFE198.

Opacity

.myOpacity80 { color: #FFE198; opacity: 0.8; }

<p style="color:#FFE198;opacity:0.8;">80%</p>

Text with #FFE198 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFE198;}

<p style="text-shadow: 3px 3px 1px #FFE198">Text here.</p>

This text has shadow with #FFE198 color.


.textShadow {text-shadow: 3px 3px 1px #FFE198', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFE198, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFE198 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE198, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFE198, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFE198 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFE198;
-webkit-box-shadow: 1px 1px 3px 2px #FFE198;
box-shadow: 1px 1px 3px 2px #FFE198;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFE198; -webkit-box-shadow: 1px 1px 3px 2px #FFE198; box-shadow:1px 1px 3px 2px #FFE198;">
Div content here
</div>

This div box has shadow with color #FFE198.

Preview

Color preview on black background

This text has color #FFE198 on black background.


Color preview on white background

This text has color #FFE198 on white background.


Black color preview on #FFE198 background

This text has black color on #FFE198 background.


White color preview on #FFE198 background

This text has white color on #FFE198 background.


Related colors

Complementary color

Complementary color for #hex is #001E67.


I love getcolorcode.com

Triadic colors

1 #98FFE1 and #E198FF with #FFE198 are triadic colors.

2 #98E1FF and #E1FF98 with #FFE198 are triadic colors.