#FFE1A7

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

Shades of Cape Honey #FFE1A7

Tints of Cape Honey #FFE1A7

Color information

#FFE1A7 (or 0xFFE1A7) is unknown color: approx Cape Honey. HEX triplet: FF, E1 and A7. RGB value is (255,225,167). Sum of RGB (Red+Green+Blue) = 255+225+167=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 167 (65.62% from 255 or 25.81% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1A7 is #001E58. Grayscale: #E3E3E3. Windows color (decimal): -7769 or 11002367. OLE color: 11002367.

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

Color convert

RGB255225167-
CMYK00.120.350
HSL39.55º100%82.75%-
HSV(B)39.55º34.51%100%-
XYZ75.1477.947.64-
YUV227.3693.94147.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 167 (65.62% from 255) = 25.81%
R=39.41%
G=34.78%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522516700.120.35039.5510082.75
HexFFE1A70C230286453
Octal37734124701443050144123
Binary11111111111000011010011101100100011010100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1A7; }

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

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

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

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

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

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

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

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