Html Css Color HEX #EAD393 Double Colonial White

📋 copy color: '#EAD393'

red 234 ◦ green 211 ◦ blue 147

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

Shades of Double Colonial White #EAD393

Tints of Double Colonial White #EAD393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.83%

R = 39.53%
G = 35.64%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAD393 (or 0xEAD393) is known color: Double Colonial White. HEX triplet: EA, D3 and 93. RGB value is (234,211,147). Sum of RGB (Red+Green+Blue) = 234+211+147=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD393 is #152C6C. Grayscale: #D2D2D2. Windows color (decimal): -1387629 or 9688042. OLE color: 9688042.

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

Color convert

RGB 234 211 147 -
CMYK 0 0.10 0.37 0.08
HSL 44.14º 0.67% 0.75% -
HSV(B) 44.14º 0.37% 0.92% -
XYZ 62.49 66.19 37.09 -
YUV 210.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 234 211 147 0 0.10 0.37 0.08 44.14 0.67 0.75
Hex EA D3 93 0 A 25 8 2C 43 4B
Octal 352 323 223 0 12 45 10 54 103 113
Binary 11101010 11010011 10010011 0 1010 100101 1000 101100 1000011 1001011

Color Harmonies of #EAD393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD393

Black with #EAD393

Text Example


Text Example

White with #EAD393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD393; }

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

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

background-color css

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

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

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

border-color css

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

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

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