Html Css Color HEX #EAD296 Double Colonial White

📋 copy color: '#EAD296'

red 234 ◦ green 210 ◦ blue 150

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

Shades of Double Colonial White #EAD296

Tints of Double Colonial White #EAD296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.25%

R = 39.39%
G = 35.35%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAD296 (or 0xEAD296) is known color: Double Colonial White. HEX triplet: EA, D2 and 96. RGB value is (234,210,150). Sum of RGB (Red+Green+Blue) = 234+210+150=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD296 is #152D69. Grayscale: #D2D2D2. Windows color (decimal): -1387882 or 9884394. OLE color: 9884394.

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

Color convert

RGB 234 210 150 -
CMYK 0 0.10 0.36 0.08
HSL 42.86º 0.67% 0.75% -
HSV(B) 42.86º 0.36% 0.92% -
XYZ 62.48 65.79 38.26 -
YUV 210.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 234 210 150 0 0.10 0.36 0.08 42.86 0.67 0.75
Hex EA D2 96 0 A 24 8 2B 43 4B
Octal 352 322 226 0 12 44 10 53 103 113
Binary 11101010 11010010 10010110 0 1010 100100 1000 101011 1000011 1001011

Color Harmonies of #EAD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD296

Black with #EAD296

Text Example


Text Example

White with #EAD296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD296; }

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

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

background-color css

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

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

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

border-color css

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

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

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