Html Css Color HEX #ECD020 Broom

📋 copy color: '#ECD020'

red 236 ◦ green 208 ◦ blue 32

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

Shades of Broom #ECD020

Tints of Broom #ECD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.7%

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

R = 49.58%
G = 43.7%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECD020 (or 0xECD020) is known color: Broom. HEX triplet: EC, D0 and 20. RGB value is (236,208,32). Sum of RGB (Red+Green+Blue) = 236+208+32=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD020 is #132FDF. Grayscale: #C5C5C5. Windows color (decimal): -1257440 or 2150636. OLE color: 2150636.

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

Color convert

RGB 236 208 32 -
CMYK 0 0.12 0.86 0.07
HSL 51.76º 0.84% 0.53% -
HSV(B) 51.76º 0.86% 0.93% -
XYZ 57.41 63.05 10.51 -
YUV 196.31 35.28 156.31 -
System Red Green Blue C M Y K H S L
Decimal 236 208 32 0 0.12 0.86 0.07 51.76 0.84 0.53
Hex EC D0 20 0 C 56 7 34 54 35
Octal 354 320 40 0 14 126 7 64 124 65
Binary 11101100 11010000 100000 0 1100 1010110 111 110100 1010100 110101

Color Harmonies of #ECD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD020

Black with #ECD020

Text Example


Text Example

White with #ECD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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