#FFE2AE

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

Shades of Navajo White #FFE2AE

Tints of Navajo White #FFE2AE

Color information

#FFE2AE (or 0xFFE2AE) is unknown color: approx Navajo White. HEX triplet: FF, E2 and AE. RGB value is (255,226,174). Sum of RGB (Red+Green+Blue) = 255+226+174=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2AE is #001D51. Grayscale: #E4E4E4. Windows color (decimal): -7506 or 11461375. OLE color: 11461375.

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

Color convert

RGB255226174-
CMYK00.110.320
HSL38.52º100%84.12%-
HSV(B)38.52º31.76%100%-
XYZ76.0878.7151.23-
YUV228.7497.11146.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 226 (88.67% from 255) = 34.50%
BLUE value IS 174 (68.36% from 255) = 26.56%
R=38.93%
G=34.50%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522617400.110.32038.5210084.12
HexFFE2AE0B200276454
Octal37734225601340047144124
Binary11111111111000101010111001011100000010011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2AE; }

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

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

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

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

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

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

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

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