#FEE5A9

Color #FEE5A9 Cape Honey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Honey #FEE5A9

Tints of Cape Honey #FEE5A9

Color information

#FEE5A9 (or 0xFEE5A9) is unknown color: approx Cape Honey. HEX triplet: FE, E5 and A9. RGB value is (254,229,169). Sum of RGB (Red+Green+Blue) = 254+229+169=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 169 (66.41% from 255 or 25.92% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5A9 is #011A56. Grayscale: #E5E5E5. Windows color (decimal): -72279 or 11134462. OLE color: 11134462.

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

Color convert

RGB254229169-
CMYK00.100.330.00
HSL42.35º97.7%82.94%-
HSV(B)42.35º33.46%99.61%-
XYZ76.0579.9748.96-
YUV229.6493.78145.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 229 (89.84% from 255) = 35.12%
BLUE value IS 169 (66.41% from 255) = 25.92%
R=38.96%
G=35.12%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422916900.100.330.0042.3597.782.94
HexFEE5A90A2102a6253
Octal37634525101241052142123
Binary11111110111001011010100101010100001010101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5A9; }

 p { color: rgb(254,229,169); }

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

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

 a { background-color: rgb(254,229,169); }

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

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

 span { border-color: rgb(254,229,169); }

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