#FFE5AA

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

Shades of Cape Honey #FFE5AA

Tints of Cape Honey #FFE5AA

Color information

#FFE5AA (or 0xFFE5AA) is unknown color: approx Cape Honey. HEX triplet: FF, E5 and AA. RGB value is (255,229,170). Sum of RGB (Red+Green+Blue) = 255+229+170=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5AA is #001A55. Grayscale: #E6E6E6. Windows color (decimal): -6742 or 11199999. OLE color: 11199999.

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

Color convert

RGB255229170-
CMYK00.100.330
HSL41.65º100%83.33%-
HSV(B)41.65º33.33%100%-
XYZ76.5280.249.48-
YUV230.0594.11145.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 170 (66.80% from 255) = 25.99%
R=38.99%
G=35.02%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522917000.100.33041.6510083.33
HexFFE5AA0A2102a6453
Octal37734525201241052144123
Binary11111111111001011010101001010100001010101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5AA; }

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

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

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

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

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

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

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

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