Html Css Color HEX #EAD18D Double Colonial White

📋 copy color: '#EAD18D'

red 234 ◦ green 209 ◦ blue 141

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

Shades of Double Colonial White #EAD18D

Tints of Double Colonial White #EAD18D

RGB

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

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

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

R = 40.07%
G = 35.79%
B = 24.14%

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

#EAD18D (or 0xEAD18D) is known color: Double Colonial White. HEX triplet: EA, D1 and 8D. RGB value is (234,209,141). Sum of RGB (Red+Green+Blue) = 234+209+141=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD18D is #152E72. Grayscale: #D1D1D1. Windows color (decimal): -1388147 or 9294314. OLE color: 9294314.

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

Color convert

RGB 234 209 141 -
CMYK 0 0.11 0.40 0.08
HSL 43.87º 0.69% 0.74% -
HSV(B) 43.87º 0.4% 0.92% -
XYZ 61.54 65.02 34.51 -
YUV 208.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 234 209 141 0 0.11 0.40 0.08 43.87 0.69 0.74
Hex EA D1 8D 0 B 28 8 2C 45 4A
Octal 352 321 215 0 13 50 10 54 105 112
Binary 11101010 11010001 10001101 0 1011 101000 1000 101100 1000101 1001010

Color Harmonies of #EAD18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD18D

Black with #EAD18D

Text Example


Text Example

White with #EAD18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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