#FFE0B0

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

Shades of Navajo White #FFE0B0

Tints of Navajo White #FFE0B0

Color information

#FFE0B0 (or 0xFFE0B0) is unknown color: approx Navajo White. HEX triplet: FF, E0 and B0. RGB value is (255,224,176). Sum of RGB (Red+Green+Blue) = 255+224+176=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 176 (69.14% from 255 or 26.87% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0B0 is #001F4F. Grayscale: #E4E4E4. Windows color (decimal): -8016 or 11591935. OLE color: 11591935.

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

Color convert

RGB255224176-
CMYK00.120.310
HSL36.46º100%84.51%-
HSV(B)36.46º30.98%100%-
XYZ75.7377.7152.08-
YUV227.898.77147.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 176 (69.14% from 255) = 26.87%
R=38.93%
G=34.20%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522417600.120.31036.4610084.51
HexFFE0B00C1F0246455
Octal37734026001437044144125
Binary1111111111100000101100000110011111010010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0B0; }

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

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

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

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

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

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

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

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