Html Css Color HEX #EAD28D Double Colonial White

📋 copy color: '#EAD28D'

red 234 ◦ green 210 ◦ blue 141

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

Shades of Double Colonial White #EAD28D

Tints of Double Colonial White #EAD28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.1%

R = 40%
G = 35.9%
B = 24.1%

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

#EAD28D (or 0xEAD28D) is known color: Double Colonial White. HEX triplet: EA, D2 and 8D. RGB value is (234,210,141). Sum of RGB (Red+Green+Blue) = 234+210+141=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD28D is #152D72. Grayscale: #D1D1D1. Windows color (decimal): -1387891 or 9294570. OLE color: 9294570.

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

Color convert

RGB 234 210 141 -
CMYK 0 0.10 0.40 0.08
HSL 44.52º 0.69% 0.74% -
HSV(B) 44.52º 0.4% 0.92% -
XYZ 61.79 65.51 34.59 -
YUV 209.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 234 210 141 0 0.10 0.40 0.08 44.52 0.69 0.74
Hex EA D2 8D 0 A 28 8 2D 45 4A
Octal 352 322 215 0 12 50 10 55 105 112
Binary 11101010 11010010 10001101 0 1010 101000 1000 101101 1000101 1001010

Color Harmonies of #EAD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD28D

Black with #EAD28D

Text Example


Text Example

White with #EAD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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