#FFE8A7

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

Shades of Cape Honey #FFE8A7

Tints of Cape Honey #FFE8A7

Color information

#FFE8A7 (or 0xFFE8A7) is unknown color: approx Cape Honey. HEX triplet: FF, E8 and A7. RGB value is (255,232,167). Sum of RGB (Red+Green+Blue) = 255+232+167=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 167 (65.62% from 255 or 25.54% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE8A7 is #001758. Grayscale: #E7E7E7. Windows color (decimal): -5977 or 11004159. OLE color: 11004159.

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

Color convert

RGB255232167-
CMYK00.090.350
HSL44.32º100%82.75%-
HSV(B)44.32º34.51%100%-
XYZ77.0781.7648.28-
YUV231.4791.62144.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 232 (91.02% from 255) = 35.47%
BLUE value IS 167 (65.62% from 255) = 25.54%
R=38.99%
G=35.47%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523216700.090.35044.3210082.75
HexFFE8A7092302c6453
Octal37735024701143054144123
Binary11111111111010001010011101001100011010110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE8A7; }

 p { color: rgb(255,232,167); }

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

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

 a { background-color: rgb(255,232,167); }

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

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

 span { border-color: rgb(255,232,167); }

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