Html Css Color HEX #ECD014 Broom

📋 copy color: '#ECD014'

red 236 ◦ green 208 ◦ blue 20

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

Shades of Broom #ECD014

Tints of Broom #ECD014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.31%

R = 50.86%
G = 44.83%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECD014 (or 0xECD014) is known color: Broom. HEX triplet: EC, D0 and 14. RGB value is (236,208,20). Sum of RGB (Red+Green+Blue) = 236+208+20=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD014 is #132FEB. Grayscale: #C3C3C3. Windows color (decimal): -1257452 or 1364204. OLE color: 1364204.

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

Color convert

RGB 236 208 20 -
CMYK 0 0.12 0.92 0.07
HSL 52.22º 0.85% 0.5% -
HSV(B) 52.22º 0.92% 0.93% -
XYZ 57.27 63 9.8 -
YUV 194.94 29.28 157.29 -
System Red Green Blue C M Y K H S L
Decimal 236 208 20 0 0.12 0.92 0.07 52.22 0.85 0.5
Hex EC D0 14 0 C 5C 7 34 55 32
Octal 354 320 24 0 14 134 7 64 125 62
Binary 11101100 11010000 10100 0 1100 1011100 111 110100 1010101 110010

Color Harmonies of #ECD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD014

Black with #ECD014

Text Example


Text Example

White with #ECD014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD014; }

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

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

background-color css

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

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

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

border-color css

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

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

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