#FFE2A9

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

Shades of Cape Honey #FFE2A9

Tints of Cape Honey #FFE2A9

Color information

#FFE2A9 (or 0xFFE2A9) is unknown color: approx Cape Honey. HEX triplet: FF, E2 and A9. RGB value is (255,226,169). Sum of RGB (Red+Green+Blue) = 255+226+169=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 169 (66.41% from 255 or 26% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2A9 is #001D56. Grayscale: #E4E4E4. Windows color (decimal): -7511 or 11133695. OLE color: 11133695.

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

Color convert

RGB255226169-
CMYK00.110.340
HSL39.77º100%83.14%-
HSV(B)39.77º33.73%100%-
XYZ75.678.5248.71-
YUV228.1794.61147.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 169 (66.41% from 255) = 26%
R=39.23%
G=34.77%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522616900.110.34039.7710083.14
HexFFE2A90B220286453
Octal37734225101342050144123
Binary11111111111000101010100101011100010010100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2A9; }

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

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

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

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

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

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

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

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