#FFE0AF

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

Shades of Navajo White #FFE0AF

Tints of Navajo White #FFE0AF

Color information

#FFE0AF (or 0xFFE0AF) is unknown color: approx Navajo White. HEX triplet: FF, E0 and AF. RGB value is (255,224,175). Sum of RGB (Red+Green+Blue) = 255+224+175=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0AF is #001F50. Grayscale: #E3E3E3. Windows color (decimal): -8017 or 11526399. OLE color: 11526399.

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

Color convert

RGB255224175-
CMYK00.120.310
HSL36.75º100%84.31%-
HSV(B)36.75º31.37%100%-
XYZ75.6377.6751.56-
YUV227.6898.27147.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 224 (87.89% from 255) = 34.25%
BLUE value IS 175 (68.75% from 255) = 26.76%
R=38.99%
G=34.25%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522417500.120.31036.7510084.31
HexFFE0AF0C1F0256454
Octal37734025701437045144124
Binary1111111111100000101011110110011111010010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0AF; }

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

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

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

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

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

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

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

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