Html Css Color HEX #EAD28C Double Colonial White

📋 copy color: '#EAD28C'

red 234 ◦ green 210 ◦ blue 140

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

Shades of Double Colonial White #EAD28C

Tints of Double Colonial White #EAD28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.97%

R = 40.07%
G = 35.96%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAD28C (or 0xEAD28C) is known color: Double Colonial White. HEX triplet: EA, D2 and 8C. RGB value is (234,210,140). Sum of RGB (Red+Green+Blue) = 234+210+140=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD28C is #152D73. Grayscale: #D1D1D1. Windows color (decimal): -1387892 or 9229034. OLE color: 9229034.

HSL color Cylindrical-coordinate representation of color #EAD28C: hue angle of 44.68º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAD28C is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 140 -
CMYK 0 0.10 0.40 0.08
HSL 44.68º 0.69% 0.73% -
HSV(B) 44.68º 0.4% 0.92% -
XYZ 61.71 65.48 34.2 -
YUV 209.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 234 210 140 0 0.10 0.40 0.08 44.68 0.69 0.73
Hex EA D2 8C 0 A 28 8 2D 45 49
Octal 352 322 214 0 12 50 10 55 105 111
Binary 11101010 11010010 10001100 0 1010 101000 1000 101101 1000101 1001001

Color Harmonies of #EAD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD28C

Black with #EAD28C

Text Example


Text Example

White with #EAD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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