Html Css Color HEX #ECEC10 Lemon

📋 copy color: '#ECEC10'

red 236 ◦ green 236 ◦ blue 16

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

Shades of Lemon #ECEC10

Tints of Lemon #ECEC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.28%

R = 48.36%
G = 48.36%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECEC10 (or 0xECEC10) is known color: Lemon. HEX triplet: EC, EC and 10. RGB value is (236,236,16). Sum of RGB (Red+Green+Blue) = 236+236+16=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC10 is #1313EF. Grayscale: #D3D3D3. Windows color (decimal): -1250288 or 1109228. OLE color: 1109228.

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

Color convert

RGB 236 236 16 -
CMYK 0 0 0.93 0.07
HSL 60º 0.87% 0.49% -
HSV(B) 60º 0.93% 0.93% -
XYZ 64.68 77.86 12.11 -
YUV 210.92 18 145.89 -
System Red Green Blue C M Y K H S L
Decimal 236 236 16 0 0 0.93 0.07 60 0.87 0.49
Hex EC EC 10 0 0 5D 7 3C 57 31
Octal 354 354 20 0 0 135 7 74 127 61
Binary 11101100 11101100 10000 0 0 1011101 111 111100 1010111 110001

Color Harmonies of #ECEC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC10

Black with #ECEC10

Text Example


Text Example

White with #ECEC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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