Html Css Color HEX #EAD58E Double Colonial White

📋 copy color: '#EAD58E'

red 234 ◦ green 213 ◦ blue 142

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

Shades of Double Colonial White #EAD58E

Tints of Double Colonial White #EAD58E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.16%

 BLUE value IS 142 (55.86% from 255) = 24.11%

R = 39.73%
G = 36.16%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EAD58E (or 0xEAD58E) is known color: Double Colonial White. HEX triplet: EA, D5 and 8E. RGB value is (234,213,142). Sum of RGB (Red+Green+Blue) = 234+213+142=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD58E is #152A71. Grayscale: #D3D3D3. Windows color (decimal): -1387122 or 9360874. OLE color: 9360874.

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

Color convert

RGB 234 213 142 -
CMYK 0 0.09 0.39 0.08
HSL 46.3º 0.69% 0.74% -
HSV(B) 46.3º 0.39% 0.92% -
XYZ 62.61 67.03 35.23 -
YUV 211.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 234 213 142 0 0.09 0.39 0.08 46.3 0.69 0.74
Hex EA D5 8E 0 9 27 8 2E 45 4A
Octal 352 325 216 0 11 47 10 56 105 112
Binary 11101010 11010101 10001110 0 1001 100111 1000 101110 1000101 1001010

Color Harmonies of #EAD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD58E

Black with #EAD58E

Text Example


Text Example

White with #EAD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD58E; }

 p { color: rgb(234,213,142); }

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

background-color css

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

 a { background-color: rgb(234,213,142); }

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

border-color css

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

 span { border-color: rgb(234,213,142); }

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