Html Css Color HEX #ECD010 Broom

📋 copy color: '#ECD010'

red 236 ◦ green 208 ◦ blue 16

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

Shades of Broom #ECD010

Tints of Broom #ECD010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.48%

R = 51.3%
G = 45.22%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECD010 (or 0xECD010) is known color: Broom. HEX triplet: EC, D0 and 10. RGB value is (236,208,16). Sum of RGB (Red+Green+Blue) = 236+208+16=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD010 is #132FEF. Grayscale: #C3C3C3. Windows color (decimal): -1257456 or 1102060. OLE color: 1102060.

HSL color Cylindrical-coordinate representation of color #ECD010: hue angle of 52.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECD010 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 16 -
CMYK 0 0.12 0.93 0.07
HSL 52.36º 0.87% 0.49% -
HSV(B) 52.36º 0.93% 0.93% -
XYZ 57.24 62.98 9.63 -
YUV 194.48 27.28 157.61 -
System Red Green Blue C M Y K H S L
Decimal 236 208 16 0 0.12 0.93 0.07 52.36 0.87 0.49
Hex EC D0 10 0 C 5D 7 34 57 31
Octal 354 320 20 0 14 135 7 64 127 61
Binary 11101100 11010000 10000 0 1100 1011101 111 110100 1010111 110001

Color Harmonies of #ECD010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD010

Black with #ECD010

Text Example


Text Example

White with #ECD010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD010; }

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

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

background-color css

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

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

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

border-color css

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

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

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