#FFE1B0

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

Shades of Navajo White #FFE1B0

Tints of Navajo White #FFE1B0

Color information

#FFE1B0 (or 0xFFE1B0) is unknown color: approx Navajo White. HEX triplet: FF, E1 and B0. RGB value is (255,225,176). Sum of RGB (Red+Green+Blue) = 255+225+176=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 176 (69.14% from 255 or 26.83% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1B0 is #001E4F. Grayscale: #E4E4E4. Windows color (decimal): -7760 or 11592191. OLE color: 11592191.

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

Color convert

RGB255225176-
CMYK00.120.310
HSL37.22º100%84.51%-
HSV(B)37.22º30.98%100%-
XYZ7678.2552.17-
YUV228.3898.44146.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 225 (88.28% from 255) = 34.30%
BLUE value IS 176 (69.14% from 255) = 26.83%
R=38.87%
G=34.30%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522517600.120.31037.2210084.51
HexFFE1B00C1F0256455
Octal37734126001437045144125
Binary1111111111100001101100000110011111010010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1B0; }

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

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

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

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

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

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

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

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