Html Css Color HEX #EAD194 Double Colonial White

📋 copy color: '#EAD194'

red 234 ◦ green 209 ◦ blue 148

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

Shades of Double Colonial White #EAD194

Tints of Double Colonial White #EAD194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.04%

R = 39.59%
G = 35.36%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAD194 (or 0xEAD194) is known color: Double Colonial White. HEX triplet: EA, D1 and 94. RGB value is (234,209,148). Sum of RGB (Red+Green+Blue) = 234+209+148=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD194 is #152E6B. Grayscale: #D1D1D1. Windows color (decimal): -1388140 or 9753066. OLE color: 9753066.

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

Color convert

RGB 234 209 148 -
CMYK 0 0.11 0.37 0.08
HSL 42.56º 0.67% 0.75% -
HSV(B) 42.56º 0.37% 0.92% -
XYZ 62.08 65.23 37.34 -
YUV 209.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 234 209 148 0 0.11 0.37 0.08 42.56 0.67 0.75
Hex EA D1 94 0 B 25 8 2B 43 4B
Octal 352 321 224 0 13 45 10 53 103 113
Binary 11101010 11010001 10010100 0 1011 100101 1000 101011 1000011 1001011

Color Harmonies of #EAD194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD194

Black with #EAD194

Text Example


Text Example

White with #EAD194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD194; }

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

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

background-color css

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

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

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

border-color css

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

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

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