Html Css Color HEX #ECEC00 Lemon

📋 copy color: '#ECEC00'

red 236 ◦ green 236 ◦ blue 0

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

Shades of Lemon #ECEC00

Tints of Lemon #ECEC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECEC00 (or 0xECEC00) is known color: Lemon. HEX triplet: EC, EC and 00. RGB value is (236,236,0). Sum of RGB (Red+Green+Blue) = 236+236+0=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC00 is #1313FF. Grayscale: #D2D2D2. Windows color (decimal): -1250304 or 60652. OLE color: 60652.

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

Color convert

RGB 236 236 0 -
CMYK 0 0 1 0.07
HSL 60º 1% 0.46% -
HSV(B) 60º 1% 0.93% -
XYZ 64.59 77.82 11.62 -
YUV 209.1 10 147.19 -
System Red Green Blue C M Y K H S L
Decimal 236 236 0 0 0 1 0.07 60 1 0.46
Hex EC EC 0 0 0 64 7 3C 64 2E
Octal 354 354 0 0 0 144 7 74 144 56
Binary 11101100 11101100 0 0 0 1100100 111 111100 1100100 101110

Color Harmonies of #ECEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC00

Black with #ECEC00

Text Example


Text Example

White with #ECEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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