Html Css Color HEX #EAD192 Double Colonial White

📋 copy color: '#EAD192'

red 234 ◦ green 209 ◦ blue 146

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

Shades of Double Colonial White #EAD192

Tints of Double Colonial White #EAD192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.48%

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

R = 39.73%
G = 35.48%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAD192 (or 0xEAD192) is known color: Double Colonial White. HEX triplet: EA, D1 and 92. RGB value is (234,209,146). Sum of RGB (Red+Green+Blue) = 234+209+146=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD192 is #152E6D. Grayscale: #D1D1D1. Windows color (decimal): -1388142 or 9621994. OLE color: 9621994.

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

Color convert

RGB 234 209 146 -
CMYK 0 0.11 0.38 0.08
HSL 42.95º 0.68% 0.75% -
HSV(B) 42.95º 0.38% 0.92% -
XYZ 61.92 65.17 36.51 -
YUV 209.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 234 209 146 0 0.11 0.38 0.08 42.95 0.68 0.75
Hex EA D1 92 0 B 26 8 2B 44 4B
Octal 352 321 222 0 13 46 10 53 104 113
Binary 11101010 11010001 10010010 0 1011 100110 1000 101011 1000100 1001011

Color Harmonies of #EAD192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD192

Black with #EAD192

Text Example


Text Example

White with #EAD192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD192; }

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

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

background-color css

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

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

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

border-color css

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

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

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