Html Css Color HEX #ECDC12 Lemon

📋 copy color: '#ECDC12'

red 236 ◦ green 220 ◦ blue 18

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

Shades of Lemon #ECDC12

Tints of Lemon #ECDC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.8%

R = 49.79%
G = 46.41%
B = 3.8%

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

#ECDC12 (or 0xECDC12) is known color: Lemon. HEX triplet: EC, DC and 12. RGB value is (236,220,18). Sum of RGB (Red+Green+Blue) = 236+220+18=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC12 is #1323ED. Grayscale: #CACACA. Windows color (decimal): -1254382 or 1236204. OLE color: 1236204.

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

Color convert

RGB 236 220 18 -
CMYK 0 0.07 0.92 0.07
HSL 55.6º 0.86% 0.5% -
HSV(B) 55.6º 0.92% 0.93% -
XYZ 60.29 69.06 10.72 -
YUV 201.76 24.3 152.43 -
System Red Green Blue C M Y K H S L
Decimal 236 220 18 0 0.07 0.92 0.07 55.6 0.86 0.5
Hex EC DC 12 0 7 5C 7 38 56 32
Octal 354 334 22 0 7 134 7 70 126 62
Binary 11101100 11011100 10010 0 111 1011100 111 111000 1010110 110010

Color Harmonies of #ECDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC12

Black with #ECDC12

Text Example


Text Example

White with #ECDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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