Html Css Color HEX #EAD497 Double Colonial White

📋 copy color: '#EAD497'

red 234 ◦ green 212 ◦ blue 151

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

Shades of Double Colonial White #EAD497

Tints of Double Colonial White #EAD497

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.51%

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

R = 39.2%
G = 35.51%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAD497 (or 0xEAD497) is known color: Double Colonial White. HEX triplet: EA, D4 and 97. RGB value is (234,212,151). Sum of RGB (Red+Green+Blue) = 234+212+151=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD497 is #152B68. Grayscale: #D3D3D3. Windows color (decimal): -1387369 or 9950442. OLE color: 9950442.

HSL color Cylindrical-coordinate representation of color #EAD497: hue angle of 44.1º 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 #EAD497 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 212 151 -
CMYK 0 0.09 0.35 0.08
HSL 44.1º 0.66% 0.75% -
HSV(B) 44.1º 0.35% 0.92% -
XYZ 63.06 66.81 38.85 -
YUV 211.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 234 212 151 0 0.09 0.35 0.08 44.1 0.66 0.75
Hex EA D4 97 0 9 23 8 2C 42 4B
Octal 352 324 227 0 11 43 10 54 102 113
Binary 11101010 11010100 10010111 0 1001 100011 1000 101100 1000010 1001011

Color Harmonies of #EAD497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD497

Black with #EAD497

Text Example


Text Example

White with #EAD497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD497; }

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

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

background-color css

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

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

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

border-color css

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

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

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