Html Css Color HEX #EAD18C Double Colonial White

📋 copy color: '#EAD18C'

red 234 ◦ green 209 ◦ blue 140

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

Shades of Double Colonial White #EAD18C

Tints of Double Colonial White #EAD18C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.85%

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

R = 40.14%
G = 35.85%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAD18C (or 0xEAD18C) is known color: Double Colonial White. HEX triplet: EA, D1 and 8C. RGB value is (234,209,140). Sum of RGB (Red+Green+Blue) = 234+209+140=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD18C is #152E73. Grayscale: #D0D0D0. Windows color (decimal): -1388148 or 9228778. OLE color: 9228778.

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

Color convert

RGB 234 209 140 -
CMYK 0 0.11 0.40 0.08
HSL 44.04º 0.69% 0.73% -
HSV(B) 44.04º 0.4% 0.92% -
XYZ 61.47 64.99 34.12 -
YUV 208.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 234 209 140 0 0.11 0.40 0.08 44.04 0.69 0.73
Hex EA D1 8C 0 B 28 8 2C 45 49
Octal 352 321 214 0 13 50 10 54 105 111
Binary 11101010 11010001 10001100 0 1011 101000 1000 101100 1000101 1001001

Color Harmonies of #EAD18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD18C

Black with #EAD18C

Text Example


Text Example

White with #EAD18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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