Html Css Color HEX #ECD114 Broom

📋 copy color: '#ECD114'

red 236 ◦ green 209 ◦ blue 20

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

Shades of Broom #ECD114

Tints of Broom #ECD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.95%

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

R = 50.75%
G = 44.95%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECD114 (or 0xECD114) is known color: Broom. HEX triplet: EC, D1 and 14. RGB value is (236,209,20). Sum of RGB (Red+Green+Blue) = 236+209+20=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD114 is #132EEB. Grayscale: #C4C4C4. Windows color (decimal): -1257196 or 1364460. OLE color: 1364460.

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

Color convert

RGB 236 209 20 -
CMYK 0 0.11 0.92 0.07
HSL 52.5º 0.85% 0.5% -
HSV(B) 52.5º 0.92% 0.93% -
XYZ 57.52 63.48 9.88 -
YUV 195.53 28.95 156.87 -
System Red Green Blue C M Y K H S L
Decimal 236 209 20 0 0.11 0.92 0.07 52.5 0.85 0.5
Hex EC D1 14 0 B 5C 7 34 55 32
Octal 354 321 24 0 13 134 7 64 125 62
Binary 11101100 11010001 10100 0 1011 1011100 111 110100 1010101 110010

Color Harmonies of #ECD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD114

Black with #ECD114

Text Example


Text Example

White with #ECD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD114; }

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

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

background-color css

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

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

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

border-color css

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

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

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