#FFE5A6

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

Shades of Cape Honey #FFE5A6

Tints of Cape Honey #FFE5A6

Color information

#FFE5A6 (or 0xFFE5A6) is unknown color: approx Cape Honey. HEX triplet: FF, E5 and A6. RGB value is (255,229,166). Sum of RGB (Red+Green+Blue) = 255+229+166=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 166 (65.23% from 255 or 25.54% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5A6 is #001A59. Grayscale: #E5E5E5. Windows color (decimal): -6746 or 10937855. OLE color: 10937855.

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

Color convert

RGB255229166-
CMYK00.100.350
HSL42.47º100%82.55%-
HSV(B)42.47º34.9%100%-
XYZ76.1480.0547.51-
YUV229.5992.11146.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 229 (89.84% from 255) = 35.23%
BLUE value IS 166 (65.23% from 255) = 25.54%
R=39.23%
G=35.23%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522916600.100.35042.4710082.55
HexFFE5A60A2302a6453
Octal37734524601243052144123
Binary11111111111001011010011001010100011010101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5A6; }

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

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

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

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

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

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

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

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