Html Css Color HEX #FFE1AD Navajo White

📋 copy color: '#FFE1AD'

red 255 ◦ green 225 ◦ blue 173

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

Shades of Navajo White #FFE1AD

Tints of Navajo White #FFE1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.49%

R = 39.05%
G = 34.46%
B = 26.49%

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

#FFE1AD (or 0xFFE1AD) is known color: Navajo White. HEX triplet: FF, E1 and AD. RGB value is (255,225,173). Sum of RGB (Red+Green+Blue) = 255+225+173=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1AD is #001E52. Grayscale: #E4E4E4. Windows color (decimal): -7763 or 11395583. OLE color: 11395583.

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

Color convert

RGB 255 225 173 -
CMYK 0 0.12 0.32 0
HSL 38.05º 1% 0.84% -
HSV(B) 38.05º 0.32% 1% -
XYZ 75.71 78.13 50.63 -
YUV 228.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 255 225 173 0 0.12 0.32 0 38.05 1 0.84
Hex FF E1 AD 0 C 20 0 26 64 54
Octal 377 341 255 0 14 40 0 46 144 124
Binary 11111111 11100001 10101101 0 1100 100000 0 100110 1100100 1010100

Color Harmonies of #FFE1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1AD

Black with #FFE1AD

Text Example


Text Example

White with #FFE1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1AD; }

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

 H1.HeaderClassName
 {
   color: #FFE1AD;
 }
 .AnyTagClassName
 {
   color: #FFE1AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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