Html Css Color HEX #FEE4A0 Cream Brulee

📋 copy color: '#FEE4A0'

red 254 ◦ green 228 ◦ blue 160

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

Shades of Cream Brulee #FEE4A0

Tints of Cream Brulee #FEE4A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 24.92%

R = 39.56%
G = 35.51%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEE4A0 (or 0xFEE4A0) is known color: Cream Brulee. HEX triplet: FE, E4 and A0. RGB value is (254,228,160). Sum of RGB (Red+Green+Blue) = 254+228+160=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4A0 is #011B5F. Grayscale: #E4E4E4. Windows color (decimal): -72544 or 10544382. OLE color: 10544382.

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

Color convert

RGB 254 228 160 -
CMYK 0 0.10 0.37 0.00
HSL 43.4º 0.98% 0.81% -
HSV(B) 43.4º 0.37% 1% -
XYZ 74.96 79.1 44.57 -
YUV 228.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 254 228 160 0 0.10 0.37 0.00 43.4 0.98 0.81
Hex FE E4 A0 0 A 25 0 2B 62 51
Octal 376 344 240 0 12 45 0 53 142 121
Binary 11111110 11100100 10100000 0 1010 100101 0 101011 1100010 1010001

Color Harmonies of #FEE4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE4A0

Black with #FEE4A0

Text Example


Text Example

White with #FEE4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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