Html Css Color HEX #EAD294 Double Colonial White

📋 copy color: '#EAD294'

red 234 ◦ green 210 ◦ blue 148

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

Shades of Double Colonial White #EAD294

Tints of Double Colonial White #EAD294

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.47%

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

R = 39.53%
G = 35.47%
B = 25%

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

#EAD294 (or 0xEAD294) is known color: Double Colonial White. HEX triplet: EA, D2 and 94. RGB value is (234,210,148). Sum of RGB (Red+Green+Blue) = 234+210+148=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD294 is #152D6B. Grayscale: #D2D2D2. Windows color (decimal): -1387884 or 9753322. OLE color: 9753322.

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

Color convert

RGB 234 210 148 -
CMYK 0 0.10 0.37 0.08
HSL 43.26º 0.67% 0.75% -
HSV(B) 43.26º 0.37% 0.92% -
XYZ 62.32 65.72 37.42 -
YUV 210.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 234 210 148 0 0.10 0.37 0.08 43.26 0.67 0.75
Hex EA D2 94 0 A 25 8 2B 43 4B
Octal 352 322 224 0 12 45 10 53 103 113
Binary 11101010 11010010 10010100 0 1010 100101 1000 101011 1000011 1001011

Color Harmonies of #EAD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD294

Black with #EAD294

Text Example


Text Example

White with #EAD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD294; }

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

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

background-color css

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

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

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

border-color css

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

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

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