Html Css Color HEX #ECDC16 Lemon

📋 copy color: '#ECDC16'

red 236 ◦ green 220 ◦ blue 22

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

Shades of Lemon #ECDC16

Tints of Lemon #ECDC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.6%

R = 49.37%
G = 46.03%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECDC16 (or 0xECDC16) is known color: Lemon. HEX triplet: EC, DC and 16. RGB value is (236,220,22). Sum of RGB (Red+Green+Blue) = 236+220+22=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 22 (8.98% from 255 or 4.60% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC16 is #1323E9. Grayscale: #CBCBCB. Windows color (decimal): -1254378 or 1498348. OLE color: 1498348.

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

Color convert

RGB 236 220 22 -
CMYK 0 0.07 0.91 0.07
HSL 55.51º 0.85% 0.51% -
HSV(B) 55.51º 0.91% 0.93% -
XYZ 60.33 69.08 10.91 -
YUV 202.21 26.3 152.1 -
System Red Green Blue C M Y K H S L
Decimal 236 220 22 0 0.07 0.91 0.07 55.51 0.85 0.51
Hex EC DC 16 0 7 5B 7 38 55 33
Octal 354 334 26 0 7 133 7 70 125 63
Binary 11101100 11011100 10110 0 111 1011011 111 111000 1010101 110011

Color Harmonies of #ECDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC16

Black with #ECDC16

Text Example


Text Example

White with #ECDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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