Html Css Color HEX #ECD420 Broom

📋 copy color: '#ECD420'

red 236 ◦ green 212 ◦ blue 32

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

Shades of Broom #ECD420

Tints of Broom #ECD420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

 BLUE value IS 32 (12.89% from 255) = 6.67%

R = 49.17%
G = 44.17%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECD420 (or 0xECD420) is known color: Broom. HEX triplet: EC, D4 and 20. RGB value is (236,212,32). Sum of RGB (Red+Green+Blue) = 236+212+32=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD420 is #132BDF. Grayscale: #C7C7C7. Windows color (decimal): -1256416 or 2151660. OLE color: 2151660.

HSL color Cylindrical-coordinate representation of color #ECD420: hue angle of 52.94º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECD420 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 32 -
CMYK 0 0.10 0.86 0.07
HSL 52.94º 0.84% 0.53% -
HSV(B) 52.94º 0.86% 0.93% -
XYZ 58.4 65.02 10.84 -
YUV 198.66 33.95 154.64 -
System Red Green Blue C M Y K H S L
Decimal 236 212 32 0 0.10 0.86 0.07 52.94 0.84 0.53
Hex EC D4 20 0 A 56 7 35 54 35
Octal 354 324 40 0 12 126 7 65 124 65
Binary 11101100 11010100 100000 0 1010 1010110 111 110101 1010100 110101

Color Harmonies of #ECD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD420

Black with #ECD420

Text Example


Text Example

White with #ECD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD420; }

 p { color: rgb(236,212,32); }

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

background-color css

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

 a { background-color: rgb(236,212,32); }

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

border-color css

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

 span { border-color: rgb(236,212,32); }

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