Html Css Color HEX #EAD391 Double Colonial White

📋 copy color: '#EAD391'

red 234 ◦ green 211 ◦ blue 145

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

Shades of Double Colonial White #EAD391

Tints of Double Colonial White #EAD391

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.76%

 BLUE value IS 145 (57.03% from 255) = 24.58%

R = 39.66%
G = 35.76%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAD391 (or 0xEAD391) is known color: Double Colonial White. HEX triplet: EA, D3 and 91. RGB value is (234,211,145). Sum of RGB (Red+Green+Blue) = 234+211+145=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD391 is #152C6E. Grayscale: #D2D2D2. Windows color (decimal): -1387631 or 9556970. OLE color: 9556970.

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

Color convert

RGB 234 211 145 -
CMYK 0 0.10 0.38 0.08
HSL 44.49º 0.68% 0.74% -
HSV(B) 44.49º 0.38% 0.92% -
XYZ 62.34 66.13 36.27 -
YUV 210.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 234 211 145 0 0.10 0.38 0.08 44.49 0.68 0.74
Hex EA D3 91 0 A 26 8 2C 44 4A
Octal 352 323 221 0 12 46 10 54 104 112
Binary 11101010 11010011 10010001 0 1010 100110 1000 101100 1000100 1001010

Color Harmonies of #EAD391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD391

Black with #EAD391

Text Example


Text Example

White with #EAD391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD391; }

 p { color: rgb(234,211,145); }

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

background-color css

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

 a { background-color: rgb(234,211,145); }

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

border-color css

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

 span { border-color: rgb(234,211,145); }

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