Html Css Color HEX #ECEC0A Lemon

📋 copy color: '#ECEC0A'

red 236 ◦ green 236 ◦ blue 10

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

Shades of Lemon #ECEC0A

Tints of Lemon #ECEC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.07%

R = 48.96%
G = 48.96%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECEC0A (or 0xECEC0A) is known color: Lemon. HEX triplet: EC, EC and 0A. RGB value is (236,236,10). Sum of RGB (Red+Green+Blue) = 236+236+10=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 10 (4.30% from 255 or 2.07% from 482); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC0A is #1313F5. Grayscale: #D3D3D3. Windows color (decimal): -1250294 or 716012. OLE color: 716012.

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

Color convert

RGB 236 236 10 -
CMYK 0 0 0.96 0.07
HSL 60º 0.92% 0.48% -
HSV(B) 60º 0.96% 0.93% -
XYZ 64.64 77.85 11.91 -
YUV 210.24 15 146.38 -
System Red Green Blue C M Y K H S L
Decimal 236 236 10 0 0 0.96 0.07 60 0.92 0.48
Hex EC EC A 0 0 60 7 3C 5C 30
Octal 354 354 12 0 0 140 7 74 134 60
Binary 11101100 11101100 1010 0 0 1100000 111 111100 1011100 110000

Color Harmonies of #ECEC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC0A

Black with #ECEC0A

Text Example


Text Example

White with #ECEC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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