Html Css Color HEX #ECD213 Broom

📋 copy color: '#ECD213'

red 236 ◦ green 210 ◦ blue 19

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

Shades of Broom #ECD213

Tints of Broom #ECD213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.09%

R = 50.75%
G = 45.16%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECD213 (or 0xECD213) is known color: Broom. HEX triplet: EC, D2 and 13. RGB value is (236,210,19). Sum of RGB (Red+Green+Blue) = 236+210+19=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 19 (7.81% from 255 or 4.09% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD213 is #132DEC. Grayscale: #C4C4C4. Windows color (decimal): -1256941 or 1299180. OLE color: 1299180.

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

Color convert

RGB 236 210 19 -
CMYK 0 0.11 0.92 0.07
HSL 52.81º 0.85% 0.5% -
HSV(B) 52.81º 0.92% 0.93% -
XYZ 57.76 63.97 9.92 -
YUV 196 28.11 156.53 -
System Red Green Blue C M Y K H S L
Decimal 236 210 19 0 0.11 0.92 0.07 52.81 0.85 0.5
Hex EC D2 13 0 B 5C 7 35 55 32
Octal 354 322 23 0 13 134 7 65 125 62
Binary 11101100 11010010 10011 0 1011 1011100 111 110101 1010101 110010

Color Harmonies of #ECD213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD213

Black with #ECD213

Text Example


Text Example

White with #ECD213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD213; }

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

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

background-color css

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

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

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

border-color css

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

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

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