#FFE1AC

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

Shades of Navajo White #FFE1AC

Tints of Navajo White #FFE1AC

Color information

#FFE1AC (or 0xFFE1AC) is unknown color: approx Navajo White. HEX triplet: FF, E1 and AC. RGB value is (255,225,172). Sum of RGB (Red+Green+Blue) = 255+225+172=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1AC is #001E53. Grayscale: #E4E4E4. Windows color (decimal): -7764 or 11330047. OLE color: 11330047.

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

Color convert

RGB255225172-
CMYK00.120.330
HSL38.31º100%83.73%-
HSV(B)38.31º32.55%100%-
XYZ75.6178.0950.12-
YUV227.9396.44147.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 172 (67.58% from 255) = 26.38%
R=39.11%
G=34.51%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522517200.120.33038.3110083.73
HexFFE1AC0C210266454
Octal37734125401441046144124
Binary11111111111000011010110001100100001010011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1AC; }

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

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

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

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

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

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

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

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