#FFE9A6

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

Shades of Cape Honey #FFE9A6

Tints of Cape Honey #FFE9A6

Color information

#FFE9A6 (or 0xFFE9A6) is unknown color: approx Cape Honey. HEX triplet: FF, E9 and A6. RGB value is (255,233,166). Sum of RGB (Red+Green+Blue) = 255+233+166=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 166 (65.23% from 255 or 25.38% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE9A6 is #001659. Grayscale: #E8E8E8. Windows color (decimal): -5722 or 10938879. OLE color: 10938879.

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

Color convert

RGB255233166-
CMYK00.090.350
HSL45.17º100%82.55%-
HSV(B)45.17º34.9%100%-
XYZ77.2682.2947.89-
YUV231.9490.79144.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 233 (91.41% from 255) = 35.63%
BLUE value IS 166 (65.23% from 255) = 25.38%
R=38.99%
G=35.63%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523316600.090.35045.1710082.55
HexFFE9A6092302d6453
Octal37735124601143055144123
Binary11111111111010011010011001001100011010110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE9A6; }

 p { color: rgb(255,233,166); }

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

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

 a { background-color: rgb(255,233,166); }

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

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

 span { border-color: rgb(255,233,166); }

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