#FFE1AE

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

Shades of Navajo White #FFE1AE

Tints of Navajo White #FFE1AE

Color information

#FFE1AE (or 0xFFE1AE) is unknown color: approx Navajo White. HEX triplet: FF, E1 and AE. RGB value is (255,225,174). Sum of RGB (Red+Green+Blue) = 255+225+174=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 174 (68.36% from 255 or 26.61% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1AE is #001E51. Grayscale: #E4E4E4. Windows color (decimal): -7762 or 11461119. OLE color: 11461119.

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

Color convert

RGB255225174-
CMYK00.120.320
HSL37.78º100%84.12%-
HSV(B)37.78º31.76%100%-
XYZ75.8178.1751.14-
YUV228.1697.44147.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 174 (68.36% from 255) = 26.61%
R=38.99%
G=34.40%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522517400.120.32037.7810084.12
HexFFE1AE0C200266454
Octal37734125601440046144124
Binary11111111111000011010111001100100000010011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1AE; }

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

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

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

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

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

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

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

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