Html Css Color HEX #EAD892 Double Colonial White

📋 copy color: '#EAD892'

red 234 ◦ green 216 ◦ blue 146

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

Shades of Double Colonial White #EAD892

Tints of Double Colonial White #EAD892

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.24%

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

R = 39.26%
G = 36.24%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAD892 (or 0xEAD892) is known color: Double Colonial White. HEX triplet: EA, D8 and 92. RGB value is (234,216,146). Sum of RGB (Red+Green+Blue) = 234+216+146=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD892 is #15276D. Grayscale: #D5D5D5. Windows color (decimal): -1386350 or 9623786. OLE color: 9623786.

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

Color convert

RGB 234 216 146 -
CMYK 0 0.08 0.38 0.08
HSL 47.73º 0.68% 0.75% -
HSV(B) 47.73º 0.38% 0.92% -
XYZ 63.68 68.68 37.09 -
YUV 213.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 234 216 146 0 0.08 0.38 0.08 47.73 0.68 0.75
Hex EA D8 92 0 8 26 8 30 44 4B
Octal 352 330 222 0 10 46 10 60 104 113
Binary 11101010 11011000 10010010 0 1000 100110 1000 110000 1000100 1001011

Color Harmonies of #EAD892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD892

Black with #EAD892

Text Example


Text Example

White with #EAD892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD892; }

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

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

background-color css

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

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

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

border-color css

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

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

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