Html Css Color HEX #EAD299 Double Colonial White

📋 copy color: '#EAD299'

red 234 ◦ green 210 ◦ blue 153

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

Shades of Double Colonial White #EAD299

Tints of Double Colonial White #EAD299

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.18%

 BLUE value IS 153 (60.16% from 255) = 25.63%

R = 39.2%
G = 35.18%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAD299 (or 0xEAD299) is known color: Double Colonial White. HEX triplet: EA, D2 and 99. RGB value is (234,210,153). Sum of RGB (Red+Green+Blue) = 234+210+153=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD299 is #152D66. Grayscale: #D2D2D2. Windows color (decimal): -1387879 or 10081002. OLE color: 10081002.

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

Color convert

RGB 234 210 153 -
CMYK 0 0.10 0.35 0.08
HSL 42.22º 0.66% 0.76% -
HSV(B) 42.22º 0.35% 0.92% -
XYZ 62.73 65.89 39.55 -
YUV 210.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 234 210 153 0 0.10 0.35 0.08 42.22 0.66 0.76
Hex EA D2 99 0 A 23 8 2A 42 4C
Octal 352 322 231 0 12 43 10 52 102 114
Binary 11101010 11010010 10011001 0 1010 100011 1000 101010 1000010 1001100

Color Harmonies of #EAD299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD299

Black with #EAD299

Text Example


Text Example

White with #EAD299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD299; }

 p { color: rgb(234,210,153); }

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

background-color css

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

 a { background-color: rgb(234,210,153); }

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

border-color css

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

 span { border-color: rgb(234,210,153); }

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