#FFE2AA

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

Shades of Cape Honey #FFE2AA

Tints of Cape Honey #FFE2AA

Color information

#FFE2AA (or 0xFFE2AA) is unknown color: approx Cape Honey. HEX triplet: FF, E2 and AA. RGB value is (255,226,170). Sum of RGB (Red+Green+Blue) = 255+226+170=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2AA is #001D55. Grayscale: #E4E4E4. Windows color (decimal): -7510 or 11199231. OLE color: 11199231.

HSL color Cylindrical-coordinate representation of color #FFE2AA: hue angle of 39.53º 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 #FFE2AA is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255226170-
CMYK00.110.330
HSL39.53º100%83.33%-
HSV(B)39.53º33.33%100%-
XYZ75.6978.5549.2-
YUV228.2995.11147.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 226 (88.67% from 255) = 34.72%
BLUE value IS 170 (66.80% from 255) = 26.11%
R=39.17%
G=34.72%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522617000.110.33039.5310083.33
HexFFE2AA0B210286453
Octal37734225201341050144123
Binary11111111111000101010101001011100001010100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2AA; }

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

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

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

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

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

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

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

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