Html Css Color HEX #EAD394 Double Colonial White

📋 copy color: '#EAD394'

red 234 ◦ green 211 ◦ blue 148

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

Shades of Double Colonial White #EAD394

Tints of Double Colonial White #EAD394

RGB

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

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

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

R = 39.46%
G = 35.58%
B = 24.96%

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

#EAD394 (or 0xEAD394) is known color: Double Colonial White. HEX triplet: EA, D3 and 94. RGB value is (234,211,148). Sum of RGB (Red+Green+Blue) = 234+211+148=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD394 is #152C6B. Grayscale: #D2D2D2. Windows color (decimal): -1387628 or 9753578. OLE color: 9753578.

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

Color convert

RGB 234 211 148 -
CMYK 0 0.10 0.37 0.08
HSL 43.95º 0.67% 0.75% -
HSV(B) 43.95º 0.37% 0.92% -
XYZ 62.57 66.22 37.5 -
YUV 210.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 234 211 148 0 0.10 0.37 0.08 43.95 0.67 0.75
Hex EA D3 94 0 A 25 8 2C 43 4B
Octal 352 323 224 0 12 45 10 54 103 113
Binary 11101010 11010011 10010100 0 1010 100101 1000 101100 1000011 1001011

Color Harmonies of #EAD394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD394

Black with #EAD394

Text Example


Text Example

White with #EAD394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD394; }

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

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

background-color css

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

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

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

border-color css

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

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

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