#FFE6A2

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

Shades of Cream Brulee #FFE6A2

Tints of Cream Brulee #FFE6A2

Color information

#FFE6A2 (or 0xFFE6A2) is unknown color: approx Cream Brulee. HEX triplet: FF, E6 and A2. RGB value is (255,230,162). Sum of RGB (Red+Green+Blue) = 255+230+162=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 162 (63.67% from 255 or 25.04% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6A2 is #00195D. Grayscale: #E6E6E6. Windows color (decimal): -6494 or 10675967. OLE color: 10675967.

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

Color convert

RGB255230162-
CMYK00.100.360
HSL43.87º100%81.76%-
HSV(B)43.87º36.47%100%-
XYZ76.0680.4645.7-
YUV229.7289.78146.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 162 (63.67% from 255) = 25.04%
R=39.41%
G=35.55%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523016200.100.36043.8710081.76
HexFFE6A20A2402c6452
Octal37734624201244054144122
Binary11111111111001101010001001010100100010110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6A2; }

 p { color: rgb(255,230,162); }

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

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

 a { background-color: rgb(255,230,162); }

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

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

 span { border-color: rgb(255,230,162); }

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