#FFE0A4

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

Shades of Cape Honey #FFE0A4

Tints of Cape Honey #FFE0A4

Color information

#FFE0A4 (or 0xFFE0A4) is unknown color: approx Cape Honey. HEX triplet: FF, E0 and A4. RGB value is (255,224,164). Sum of RGB (Red+Green+Blue) = 255+224+164=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 164 (64.45% from 255 or 25.51% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0A4 is #001F5B. Grayscale: #E2E2E2. Windows color (decimal): -8028 or 10805503. OLE color: 10805503.

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

Color convert

RGB255224164-
CMYK00.120.360
HSL39.56º100%82.16%-
HSV(B)39.56º35.69%100%-
XYZ74.677.2546.1-
YUV226.4392.77148.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 224 (87.89% from 255) = 34.84%
BLUE value IS 164 (64.45% from 255) = 25.51%
R=39.66%
G=34.84%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522416400.120.36039.5610082.16
HexFFE0A40C240286452
Octal37734024401444050144122
Binary11111111111000001010010001100100100010100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0A4; }

 p { color: rgb(255,224,164); }

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

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

 a { background-color: rgb(255,224,164); }

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

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

 span { border-color: rgb(255,224,164); }

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