#FFE0B2

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

Shades of Navajo White #FFE0B2

Tints of Navajo White #FFE0B2

Color information

#FFE0B2 (or 0xFFE0B2) is unknown color: approx Navajo White. HEX triplet: FF, E0 and B2. RGB value is (255,224,178). Sum of RGB (Red+Green+Blue) = 255+224+178=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 178 (69.92% from 255 or 27.09% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0B2 is #001F4D. Grayscale: #E4E4E4. Windows color (decimal): -8014 or 11723007. OLE color: 11723007.

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

Color convert

RGB255224178-
CMYK00.120.300
HSL35.84º100%84.9%-
HSV(B)35.84º30.2%100%-
XYZ75.9377.7953.13-
YUV228.0299.77147.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 224 (87.89% from 255) = 34.09%
BLUE value IS 178 (69.92% from 255) = 27.09%
R=38.81%
G=34.09%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522417800.120.30035.8410084.9
HexFFE0B20C1E0246455
Octal37734026201436044144125
Binary1111111111100000101100100110011110010010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0B2; }

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

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

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

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

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

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

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

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