Html Css Color HEX #FEE49A Cream Brulee

📋 copy color: '#FEE49A'

red 254 ◦ green 228 ◦ blue 154

#FEE49A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cream Brulee #FEE49A

Tints of Cream Brulee #FEE49A

RGB

 RED value IS 254 (99.61% from 255) = 39.94%

 GREEN value IS 228 (89.45% from 255) = 35.85%

 BLUE value IS 154 (60.55% from 255) = 24.21%

R = 39.94%
G = 35.85%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FEE49A (or 0xFEE49A) is known color: Cream Brulee. HEX triplet: FE, E4 and 9A. RGB value is (254,228,154). Sum of RGB (Red+Green+Blue) = 254+228+154=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 154 (60.55% from 255 or 24.21% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE49A is #011B65. Grayscale: #E3E3E3. Windows color (decimal): -72550 or 10151166. OLE color: 10151166.

HSL color Cylindrical-coordinate representation of color #FEE49A: hue angle of 44.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEE49A is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 228 154 -
CMYK 0 0.10 0.39 0.00
HSL 44.4º 0.98% 0.8% -
HSV(B) 44.4º 0.39% 1% -
XYZ 74.45 78.89 41.88 -
YUV 227.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 254 228 154 0 0.10 0.39 0.00 44.4 0.98 0.8
Hex FE E4 9A 0 A 27 0 2C 62 50
Octal 376 344 232 0 12 47 0 54 142 120
Binary 11111110 11100100 10011010 0 1010 100111 0 101100 1100010 1010000

Color Harmonies of #FEE49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE49A

Black with #FEE49A

Text Example


Text Example

White with #FEE49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE49A; }

 p { color: rgb(254,228,154); }

 H1.HeaderClassName
 {
   color: #FEE49A;
 }
 .AnyTagClassName
 {
   color: #FEE49A;
 }
</style>

background-color css

<style>
 a { background-color: #FEE49A; }

 a { background-color: rgb(254,228,154); }

 div.DivClassName
 {
   background-color: #FEE49A;
 }
 .BgClassName
 {
   background-color: #FEE49A;
 }
</style>

border-color css

<style>
 span { border-color: #FEE49A; }

 span { border-color: rgb(254,228,154); }

 td.TdClassName
 {
   border-color: #FEE49A;
 }
 .TagClassName
 {
   border-color: #FEE49A;
 }
</style>