Html Css Color HEX #ECD20E Broom

📋 copy color: '#ECD20E'

red 236 ◦ green 210 ◦ blue 14

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

Shades of Broom #ECD20E

Tints of Broom #ECD20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.04%

R = 51.3%
G = 45.65%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECD20E (or 0xECD20E) is known color: Broom. HEX triplet: EC, D2 and 0E. RGB value is (236,210,14). Sum of RGB (Red+Green+Blue) = 236+210+14=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD20E is #132DF1. Grayscale: #C4C4C4. Windows color (decimal): -1256946 or 971500. OLE color: 971500.

HSL color Cylindrical-coordinate representation of color #ECD20E: hue angle of 52.97º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECD20E is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 210 14 -
CMYK 0 0.11 0.94 0.07
HSL 52.97º 0.89% 0.49% -
HSV(B) 52.97º 0.94% 0.93% -
XYZ 57.72 63.96 9.72 -
YUV 195.43 25.61 156.94 -
System Red Green Blue C M Y K H S L
Decimal 236 210 14 0 0.11 0.94 0.07 52.97 0.89 0.49
Hex EC D2 E 0 B 5E 7 35 59 31
Octal 354 322 16 0 13 136 7 65 131 61
Binary 11101100 11010010 1110 0 1011 1011110 111 110101 1011001 110001

Color Harmonies of #ECD20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD20E

Black with #ECD20E

Text Example


Text Example

White with #ECD20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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