Html Css Color HEX #EAD295 Double Colonial White

📋 copy color: '#EAD295'

red 234 ◦ green 210 ◦ blue 149

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

Shades of Double Colonial White #EAD295

Tints of Double Colonial White #EAD295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.13%

R = 39.46%
G = 35.41%
B = 25.13%

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

#EAD295 (or 0xEAD295) is known color: Double Colonial White. HEX triplet: EA, D2 and 95. RGB value is (234,210,149). Sum of RGB (Red+Green+Blue) = 234+210+149=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD295 is #152D6A. Grayscale: #D2D2D2. Windows color (decimal): -1387883 or 9818858. OLE color: 9818858.

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

Color convert

RGB 234 210 149 -
CMYK 0 0.10 0.36 0.08
HSL 43.06º 0.67% 0.75% -
HSV(B) 43.06º 0.36% 0.92% -
XYZ 62.4 65.76 37.84 -
YUV 210.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 234 210 149 0 0.10 0.36 0.08 43.06 0.67 0.75
Hex EA D2 95 0 A 24 8 2B 43 4B
Octal 352 322 225 0 12 44 10 53 103 113
Binary 11101010 11010010 10010101 0 1010 100100 1000 101011 1000011 1001011

Color Harmonies of #EAD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD295

Black with #EAD295

Text Example


Text Example

White with #EAD295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD295; }

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

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

background-color css

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

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

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

border-color css

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

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

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