#FFE2A4

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

Shades of Cape Honey #FFE2A4

Tints of Cape Honey #FFE2A4

Color information

#FFE2A4 (or 0xFFE2A4) is unknown color: approx Cape Honey. HEX triplet: FF, E2 and A4. RGB value is (255,226,164). Sum of RGB (Red+Green+Blue) = 255+226+164=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 164 (64.45% from 255 or 25.43% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2A4 is #001D5B. Grayscale: #E3E3E3. Windows color (decimal): -7516 or 10806015. OLE color: 10806015.

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

Color convert

RGB255226164-
CMYK00.110.360
HSL40.88º100%82.16%-
HSV(B)40.88º35.69%100%-
XYZ75.1478.3346.28-
YUV227.692.11147.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 226 (88.67% from 255) = 35.04%
BLUE value IS 164 (64.45% from 255) = 25.43%
R=39.53%
G=35.04%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522616400.110.36040.8810082.16
HexFFE2A40B240296452
Octal37734224401344051144122
Binary11111111111000101010010001011100100010100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2A4; }

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

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

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

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

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

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

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

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