#FFE0AC

Color #FFE0AC Navajo White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navajo White #FFE0AC

Tints of Navajo White #FFE0AC

Color information

#FFE0AC (or 0xFFE0AC) is unknown color: approx Navajo White. HEX triplet: FF, E0 and AC. RGB value is (255,224,172). Sum of RGB (Red+Green+Blue) = 255+224+172=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0AC is #001F53. Grayscale: #E3E3E3. Windows color (decimal): -8020 or 11329791. OLE color: 11329791.

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

Color convert

RGB255224172-
CMYK00.120.330
HSL37.59º100%83.73%-
HSV(B)37.59º32.55%100%-
XYZ75.3477.5550.03-
YUV227.3496.77147.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 172 (67.58% from 255) = 26.42%
R=39.17%
G=34.41%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522417200.120.33037.5910083.73
HexFFE0AC0C210266454
Octal37734025401441046144124
Binary11111111111000001010110001100100001010011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0AC; }

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

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

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

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

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

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

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

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