#FFE5A9

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

Shades of Cape Honey #FFE5A9

Tints of Cape Honey #FFE5A9

Color information

#FFE5A9 (or 0xFFE5A9) is unknown color: approx Cape Honey. HEX triplet: FF, E5 and A9. RGB value is (255,229,169). Sum of RGB (Red+Green+Blue) = 255+229+169=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 169 (66.41% from 255 or 25.88% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5A9 is #001A56. Grayscale: #E6E6E6. Windows color (decimal): -6743 or 11134463. OLE color: 11134463.

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

Color convert

RGB255229169-
CMYK00.100.340
HSL41.86º100%83.14%-
HSV(B)41.86º33.73%100%-
XYZ76.4280.1648.98-
YUV229.9393.61145.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 169 (66.41% from 255) = 25.88%
R=39.05%
G=35.07%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522916900.100.34041.8610083.14
HexFFE5A90A2202a6453
Octal37734525101242052144123
Binary11111111111001011010100101010100010010101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5A9; }

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

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

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

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

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

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

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

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