Html Css Color HEX #FFE1AE Navajo White

📋 copy color: '#FFE1AE'

red 255 ◦ green 225 ◦ blue 174

#FFE1AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navajo White #FFE1AE

Tints of Navajo White #FFE1AE

RGB

 RED value IS 255 (100% from 255) = 38.99%

 GREEN value IS 225 (88.28% from 255) = 34.4%

 BLUE value IS 174 (68.36% from 255) = 26.61%

R = 38.99%
G = 34.4%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFE1AE (or 0xFFE1AE) is known color: 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

RGB 255 225 174 -
CMYK 0 0.12 0.32 0
HSL 37.78º 1% 0.84% -
HSV(B) 37.78º 0.32% 1% -
XYZ 75.81 78.17 51.14 -
YUV 228.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 255 225 174 0 0.12 0.32 0 37.78 1 0.84
Hex FF E1 AE 0 C 20 0 26 64 54
Octal 377 341 256 0 14 40 0 46 144 124
Binary 11111111 11100001 10101110 0 1100 100000 0 100110 1100100 1010100

Color Harmonies of #FFE1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1AE

Black with #FFE1AE

Text Example


Text Example

White with #FFE1AE

Text Example


Text Example

HTML Codes & Css Web 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>