#ECD20F

Color #ECD20F Broom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Broom #ECD20F

Tints of Broom #ECD20F

Color information

#ECD20F (or 0xECD20F) is unknown color: approx Broom. HEX triplet: EC, D2 and 0F. RGB value is (236,210,15). Sum of RGB (Red+Green+Blue) = 236+210+15=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD20F is #132DF0. Grayscale: #C4C4C4. Windows color (decimal): -1256945 or 1037036. OLE color: 1037036.

HSL color Cylindrical-coordinate representation of color #ECD20F: hue angle of 52.94º degrees, saturation: 0.88, 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 #ECD20F is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB23621015-
CMYK00.110.940.07
HSL52.94º88.05%49.22%-
HSV(B)52.94º93.64%92.55%-
XYZ57.7263.969.76-
YUV195.5426.11156.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 210 (82.42% from 255) = 45.55%
BLUE value IS 15 (6.25% from 255) = 3.25%
R=51.19%
G=45.55%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362101500.110.940.0752.9488.0549.22
HexECD2F0B5E7355831
Octal3543221701313676513061
Binary111011001101001011110101110111101111101011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD20F; }

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

 H1.HeaderClassName
 {
   color: #ECD20F;
 }
 .AnyTagClassName
 {
   color: #ECD20F;
 }
</style>
background-color css

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

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

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

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

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

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