#FFE0AB

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

Shades of Navajo White #FFE0AB

Tints of Navajo White #FFE0AB

Color information

#FFE0AB (or 0xFFE0AB) is unknown color: approx Navajo White. HEX triplet: FF, E0 and AB. RGB value is (255,224,171). Sum of RGB (Red+Green+Blue) = 255+224+171=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0AB is #001F54. Grayscale: #E3E3E3. Windows color (decimal): -8021 or 11264255. OLE color: 11264255.

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

Color convert

RGB255224171-
CMYK00.120.330
HSL37.86º100%83.53%-
HSV(B)37.86º32.94%100%-
XYZ75.2577.5149.52-
YUV227.2396.27147.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 224 (87.89% from 255) = 34.46%
BLUE value IS 171 (67.19% from 255) = 26.31%
R=39.23%
G=34.46%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522417100.120.33037.8610083.53
HexFFE0AB0C210266454
Octal37734025301441046144124
Binary11111111111000001010101101100100001010011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0AB; }

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

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

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

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

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

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

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

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