Html Css Color HEX #ECEC1A Lemon

📋 copy color: '#ECEC1A'

red 236 ◦ green 236 ◦ blue 26

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

Shades of Lemon #ECEC1A

Tints of Lemon #ECEC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.22%

R = 47.39%
G = 47.39%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ECEC1A (or 0xECEC1A) is known color: Lemon. HEX triplet: EC, EC and 1A. RGB value is (236,236,26). Sum of RGB (Red+Green+Blue) = 236+236+26=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 26 (10.55% from 255 or 5.22% from 498); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC1A is #1313E5. Grayscale: #D4D4D4. Windows color (decimal): -1250278 or 1764588. OLE color: 1764588.

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

Color convert

RGB 236 236 26 -
CMYK 0 0 0.89 0.07
HSL 60º 0.85% 0.51% -
HSV(B) 60º 0.89% 0.93% -
XYZ 64.77 77.9 12.6 -
YUV 212.06 23 145.08 -
System Red Green Blue C M Y K H S L
Decimal 236 236 26 0 0 0.89 0.07 60 0.85 0.51
Hex EC EC 1A 0 0 59 7 3C 55 33
Octal 354 354 32 0 0 131 7 74 125 63
Binary 11101100 11101100 11010 0 0 1011001 111 111100 1010101 110011

Color Harmonies of #ECEC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC1A

Black with #ECEC1A

Text Example


Text Example

White with #ECEC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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