#FFE8A0

Color #FFE8A0 Cream Brulee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Brulee #FFE8A0

Tints of Cream Brulee #FFE8A0

Color information

#FFE8A0 (or 0xFFE8A0) is unknown color: approx Cream Brulee. HEX triplet: FF, E8 and A0. RGB value is (255,232,160). Sum of RGB (Red+Green+Blue) = 255+232+160=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 160 (62.89% from 255 or 24.73% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE8A0 is #00175F. Grayscale: #E6E6E6. Windows color (decimal): -5984 or 10545407. OLE color: 10545407.

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

Color convert

RGB255232160-
CMYK00.090.370
HSL45.47º100%81.37%-
HSV(B)45.47º37.25%100%-
XYZ76.4481.5144.96-
YUV230.6788.12145.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 232 (91.02% from 255) = 35.86%
BLUE value IS 160 (62.89% from 255) = 24.73%
R=39.41%
G=35.86%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523216000.090.37045.4710081.37
HexFFE8A0092502d6451
Octal37735024001145055144121
Binary11111111111010001010000001001100101010110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE8A0; }

 p { color: rgb(255,232,160); }

 H1.HeaderClassName
 {
   color: #FFE8A0;
 }
 .AnyTagClassName
 {
   color: #FFE8A0;
 }
</style>
background-color css

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

 a { background-color: rgb(255,232,160); }

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

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

 span { border-color: rgb(255,232,160); }

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