Html Css Color HEX #ECDC13 Lemon

📋 copy color: '#ECDC13'

red 236 ◦ green 220 ◦ blue 19

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

Shades of Lemon #ECDC13

Tints of Lemon #ECDC13

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 19 (7.81% from 255) = 4%

R = 49.68%
G = 46.32%
B = 4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECDC13 (or 0xECDC13) is known color: Lemon. HEX triplet: EC, DC and 13. RGB value is (236,220,19). Sum of RGB (Red+Green+Blue) = 236+220+19=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 19 (7.81% from 255 or 4% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC13 is #1323EC. Grayscale: #CACACA. Windows color (decimal): -1254381 or 1301740. OLE color: 1301740.

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

Color convert

RGB 236 220 19 -
CMYK 0 0.07 0.92 0.07
HSL 55.58º 0.85% 0.5% -
HSV(B) 55.58º 0.92% 0.93% -
XYZ 60.3 69.07 10.77 -
YUV 201.87 24.8 152.34 -
System Red Green Blue C M Y K H S L
Decimal 236 220 19 0 0.07 0.92 0.07 55.58 0.85 0.5
Hex EC DC 13 0 7 5C 7 38 55 32
Octal 354 334 23 0 7 134 7 70 125 62
Binary 11101100 11011100 10011 0 111 1011100 111 111000 1010101 110010

Color Harmonies of #ECDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC13

Black with #ECDC13

Text Example


Text Example

White with #ECDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC13; }

 p { color: rgb(236,220,19); }

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

background-color css

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

 a { background-color: rgb(236,220,19); }

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

border-color css

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

 span { border-color: rgb(236,220,19); }

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