Html Css Color HEX #ECEC12 Lemon

📋 copy color: '#ECEC12'

red 236 ◦ green 236 ◦ blue 18

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

Shades of Lemon #ECEC12

Tints of Lemon #ECEC12

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.16%

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

R = 48.16%
G = 48.16%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECEC12 (or 0xECEC12) is known color: Lemon. HEX triplet: EC, EC and 12. RGB value is (236,236,18). Sum of RGB (Red+Green+Blue) = 236+236+18=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC12 is #1313ED. Grayscale: #D4D4D4. Windows color (decimal): -1250286 or 1240300. OLE color: 1240300.

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

Color convert

RGB 236 236 18 -
CMYK 0 0 0.92 0.07
HSL 60º 0.86% 0.5% -
HSV(B) 60º 0.92% 0.93% -
XYZ 64.7 77.87 12.19 -
YUV 211.15 19 145.73 -
System Red Green Blue C M Y K H S L
Decimal 236 236 18 0 0 0.92 0.07 60 0.86 0.5
Hex EC EC 12 0 0 5C 7 3C 56 32
Octal 354 354 22 0 0 134 7 74 126 62
Binary 11101100 11101100 10010 0 0 1011100 111 111100 1010110 110010

Color Harmonies of #ECEC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC12

Black with #ECEC12

Text Example


Text Example

White with #ECEC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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