Html Css Color HEX #ECEC02 Lemon

📋 copy color: '#ECEC02'

red 236 ◦ green 236 ◦ blue 2

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

Shades of Lemon #ECEC02

Tints of Lemon #ECEC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 49.79%
G = 49.79%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECEC02 (or 0xECEC02) is known color: Lemon. HEX triplet: EC, EC and 02. RGB value is (236,236,2). Sum of RGB (Red+Green+Blue) = 236+236+2=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC02 is #1313FD. Grayscale: #D2D2D2. Windows color (decimal): -1250302 or 191724. OLE color: 191724.

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

Color convert

RGB 236 236 2 -
CMYK 0 0 0.99 0.07
HSL 60º 0.98% 0.47% -
HSV(B) 60º 0.99% 0.93% -
XYZ 64.6 77.83 11.68 -
YUV 209.32 11 147.03 -
System Red Green Blue C M Y K H S L
Decimal 236 236 2 0 0 0.99 0.07 60 0.98 0.47
Hex EC EC 2 0 0 63 7 3C 62 2F
Octal 354 354 2 0 0 143 7 74 142 57
Binary 11101100 11101100 10 0 0 1100011 111 111100 1100010 101111

Color Harmonies of #ECEC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC02

Black with #ECEC02

Text Example


Text Example

White with #ECEC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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