Html Css Color HEX #ECEC14 Lemon

📋 copy color: '#ECEC14'

red 236 ◦ green 236 ◦ blue 20

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

Shades of Lemon #ECEC14

Tints of Lemon #ECEC14

RGB

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

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

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

R = 47.97%
G = 47.97%
B = 4.07%

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

#ECEC14 (or 0xECEC14) is known color: Lemon. HEX triplet: EC, EC and 14. RGB value is (236,236,20). Sum of RGB (Red+Green+Blue) = 236+236+20=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 20 (8.20% from 255 or 4.07% from 492); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC14 is #1313EB. Grayscale: #D4D4D4. Windows color (decimal): -1250284 or 1371372. OLE color: 1371372.

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

Color convert

RGB 236 236 20 -
CMYK 0 0 0.92 0.07
HSL 60º 0.85% 0.5% -
HSV(B) 60º 0.92% 0.93% -
XYZ 64.71 77.87 12.28 -
YUV 211.38 20 145.56 -
System Red Green Blue C M Y K H S L
Decimal 236 236 20 0 0 0.92 0.07 60 0.85 0.5
Hex EC EC 14 0 0 5C 7 3C 55 32
Octal 354 354 24 0 0 134 7 74 125 62
Binary 11101100 11101100 10100 0 0 1011100 111 111100 1010101 110010

Color Harmonies of #ECEC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC14

Black with #ECEC14

Text Example


Text Example

White with #ECEC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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