Html Css Color HEX #EAD392 Double Colonial White

📋 copy color: '#EAD392'

red 234 ◦ green 211 ◦ blue 146

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

Shades of Double Colonial White #EAD392

Tints of Double Colonial White #EAD392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.7%

R = 39.59%
G = 35.7%
B = 24.7%

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

#EAD392 (or 0xEAD392) is known color: Double Colonial White. HEX triplet: EA, D3 and 92. RGB value is (234,211,146). Sum of RGB (Red+Green+Blue) = 234+211+146=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD392 is #152C6D. Grayscale: #D2D2D2. Windows color (decimal): -1387630 or 9622506. OLE color: 9622506.

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

Color convert

RGB 234 211 146 -
CMYK 0 0.10 0.38 0.08
HSL 44.32º 0.68% 0.75% -
HSV(B) 44.32º 0.38% 0.92% -
XYZ 62.41 66.16 36.67 -
YUV 210.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 234 211 146 0 0.10 0.38 0.08 44.32 0.68 0.75
Hex EA D3 92 0 A 26 8 2C 44 4B
Octal 352 323 222 0 12 46 10 54 104 113
Binary 11101010 11010011 10010010 0 1010 100110 1000 101100 1000100 1001011

Color Harmonies of #EAD392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD392

Black with #EAD392

Text Example


Text Example

White with #EAD392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD392; }

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

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

background-color css

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

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

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

border-color css

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

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

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