Html Css Color HEX #ECD316 Broom

📋 copy color: '#ECD316'

red 236 ◦ green 211 ◦ blue 22

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

Shades of Broom #ECD316

Tints of Broom #ECD316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.99%

 BLUE value IS 22 (8.98% from 255) = 4.69%

R = 50.32%
G = 44.99%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECD316 (or 0xECD316) is known color: Broom. HEX triplet: EC, D3 and 16. RGB value is (236,211,22). Sum of RGB (Red+Green+Blue) = 236+211+22=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD316 is #132CE9. Grayscale: #C5C5C5. Windows color (decimal): -1256682 or 1496044. OLE color: 1496044.

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

Color convert

RGB 236 211 22 -
CMYK 0 0.11 0.91 0.07
HSL 52.99º 0.85% 0.51% -
HSV(B) 52.99º 0.91% 0.93% -
XYZ 58.03 64.48 10.15 -
YUV 196.93 29.28 155.87 -
System Red Green Blue C M Y K H S L
Decimal 236 211 22 0 0.11 0.91 0.07 52.99 0.85 0.51
Hex EC D3 16 0 B 5B 7 35 55 33
Octal 354 323 26 0 13 133 7 65 125 63
Binary 11101100 11010011 10110 0 1011 1011011 111 110101 1010101 110011

Color Harmonies of #ECD316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD316

Black with #ECD316

Text Example


Text Example

White with #ECD316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD316; }

 p { color: rgb(236,211,22); }

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

background-color css

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

 a { background-color: rgb(236,211,22); }

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

border-color css

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

 span { border-color: rgb(236,211,22); }

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