Html Css Color HEX #ECD28E Double Colonial White

📋 copy color: '#ECD28E'

red 236 ◦ green 210 ◦ blue 142

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

Shades of Double Colonial White #ECD28E

Tints of Double Colonial White #ECD28E

RGB

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

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

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

R = 40.14%
G = 35.71%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECD28E (or 0xECD28E) is known color: Double Colonial White. HEX triplet: EC, D2 and 8E. RGB value is (236,210,142). Sum of RGB (Red+Green+Blue) = 236+210+142=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD28E is #132D71. Grayscale: #D2D2D2. Windows color (decimal): -1256818 or 9360108. OLE color: 9360108.

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

Color convert

RGB 236 210 142 -
CMYK 0 0.11 0.40 0.07
HSL 43.4º 0.71% 0.74% -
HSV(B) 43.4º 0.4% 0.93% -
XYZ 62.52 65.88 35.01 -
YUV 210.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 236 210 142 0 0.11 0.40 0.07 43.4 0.71 0.74
Hex EC D2 8E 0 B 28 7 2B 47 4A
Octal 354 322 216 0 13 50 7 53 107 112
Binary 11101100 11010010 10001110 0 1011 101000 111 101011 1000111 1001010

Color Harmonies of #ECD28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD28E

Black with #ECD28E

Text Example


Text Example

White with #ECD28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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