Html Css Color HEX #EAD997 Double Colonial White

📋 copy color: '#EAD997'

red 234 ◦ green 217 ◦ blue 151

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

Shades of Double Colonial White #EAD997

Tints of Double Colonial White #EAD997

RGB

 RED value IS 234 (91.8% from 255) = 38.87%

 GREEN value IS 217 (85.16% from 255) = 36.05%

 BLUE value IS 151 (59.38% from 255) = 25.08%

R = 38.87%
G = 36.05%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAD997 (or 0xEAD997) is known color: Double Colonial White. HEX triplet: EA, D9 and 97. RGB value is (234,217,151). Sum of RGB (Red+Green+Blue) = 234+217+151=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD997 is #152668. Grayscale: #D6D6D6. Windows color (decimal): -1386089 or 9951722. OLE color: 9951722.

HSL color Cylindrical-coordinate representation of color #EAD997: hue angle of 47.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAD997 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 151 -
CMYK 0 0.07 0.35 0.08
HSL 47.71º 0.66% 0.75% -
HSV(B) 47.71º 0.35% 0.92% -
XYZ 64.33 69.35 39.27 -
YUV 214.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 234 217 151 0 0.07 0.35 0.08 47.71 0.66 0.75
Hex EA D9 97 0 7 23 8 30 42 4B
Octal 352 331 227 0 7 43 10 60 102 113
Binary 11101010 11011001 10010111 0 111 100011 1000 110000 1000010 1001011

Color Harmonies of #EAD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD997

Black with #EAD997

Text Example


Text Example

White with #EAD997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD997; }

 p { color: rgb(234,217,151); }

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

background-color css

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

 a { background-color: rgb(234,217,151); }

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

border-color css

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

 span { border-color: rgb(234,217,151); }

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