#FFE3AA

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

Shades of Cape Honey #FFE3AA

Tints of Cape Honey #FFE3AA

Color information

#FFE3AA (or 0xFFE3AA) is unknown color: approx Cape Honey. HEX triplet: FF, E3 and AA. RGB value is (255,227,170). Sum of RGB (Red+Green+Blue) = 255+227+170=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 170 (66.80% from 255 or 26.07% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE3AA is #001C55. Grayscale: #E5E5E5. Windows color (decimal): -7254 or 11199487. OLE color: 11199487.

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

Color convert

RGB255227170-
CMYK00.110.330
HSL40.24º100%83.33%-
HSV(B)40.24º33.33%100%-
XYZ75.9679.149.29-
YUV228.8794.78146.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 170 (66.80% from 255) = 26.07%
R=39.11%
G=34.82%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522717000.110.33040.2410083.33
HexFFE3AA0B210286453
Octal37734325201341050144123
Binary11111111111000111010101001011100001010100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3AA; }

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

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

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

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

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

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

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

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