Html Css Color HEX #ECD58E Double Colonial White

📋 copy color: '#ECD58E'

red 236 ◦ green 213 ◦ blue 142

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

Shades of Double Colonial White #ECD58E

Tints of Double Colonial White #ECD58E

RGB

 RED value IS 236 (92.58% from 255) = 39.93%

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

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

R = 39.93%
G = 36.04%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECD58E (or 0xECD58E) is known color: Double Colonial White. HEX triplet: EC, D5 and 8E. RGB value is (236,213,142). Sum of RGB (Red+Green+Blue) = 236+213+142=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD58E is #132A71. Grayscale: #D4D4D4. Windows color (decimal): -1256050 or 9360876. OLE color: 9360876.

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

Color convert

RGB 236 213 142 -
CMYK 0 0.10 0.40 0.07
HSL 45.32º 0.71% 0.74% -
HSV(B) 45.32º 0.4% 0.93% -
XYZ 63.27 67.37 35.26 -
YUV 211.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 236 213 142 0 0.10 0.40 0.07 45.32 0.71 0.74
Hex EC D5 8E 0 A 28 7 2D 47 4A
Octal 354 325 216 0 12 50 7 55 107 112
Binary 11101100 11010101 10001110 0 1010 101000 111 101101 1000111 1001010

Color Harmonies of #ECD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD58E

Black with #ECD58E

Text Example


Text Example

White with #ECD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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