#FFE3A1

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

Shades of Cape Honey #FFE3A1

Tints of Cape Honey #FFE3A1

Color information

#FFE3A1 (or 0xFFE3A1) is unknown color: approx Cape Honey. HEX triplet: FF, E3 and A1. RGB value is (255,227,161). Sum of RGB (Red+Green+Blue) = 255+227+161=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 161 (63.28% from 255 or 25.04% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE3A1 is #001C5E. Grayscale: #E4E4E4. Windows color (decimal): -7263 or 10609663. OLE color: 10609663.

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

Color convert

RGB255227161-
CMYK00.110.370
HSL42.13º100%81.57%-
HSV(B)42.13º36.86%100%-
XYZ75.1478.7744.96-
YUV227.8590.28147.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 161 (63.28% from 255) = 25.04%
R=39.66%
G=35.30%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522716100.110.37042.1310081.57
HexFFE3A10B2502a6452
Octal37734324101345052144122
Binary11111111111000111010000101011100101010101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3A1; }

 p { color: rgb(255,227,161); }

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

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

 a { background-color: rgb(255,227,161); }

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

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

 span { border-color: rgb(255,227,161); }

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