Html Css Color HEX #ECDC14 Lemon

📋 copy color: '#ECDC14'

red 236 ◦ green 220 ◦ blue 20

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

Shades of Lemon #ECDC14

Tints of Lemon #ECDC14

RGB

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

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

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

R = 49.58%
G = 46.22%
B = 4.2%

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

#ECDC14 (or 0xECDC14) is known color: Lemon. HEX triplet: EC, DC and 14. RGB value is (236,220,20). Sum of RGB (Red+Green+Blue) = 236+220+20=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC14 is #1323EB. Grayscale: #CACACA. Windows color (decimal): -1254380 or 1367276. OLE color: 1367276.

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

Color convert

RGB 236 220 20 -
CMYK 0 0.07 0.92 0.07
HSL 55.56º 0.85% 0.5% -
HSV(B) 55.56º 0.92% 0.93% -
XYZ 60.31 69.07 10.81 -
YUV 201.98 25.3 152.26 -
System Red Green Blue C M Y K H S L
Decimal 236 220 20 0 0.07 0.92 0.07 55.56 0.85 0.5
Hex EC DC 14 0 7 5C 7 38 55 32
Octal 354 334 24 0 7 134 7 70 125 62
Binary 11101100 11011100 10100 0 111 1011100 111 111000 1010101 110010

Color Harmonies of #ECDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC14

Black with #ECDC14

Text Example


Text Example

White with #ECDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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