Html Css Color HEX #ECEC0C Lemon

📋 copy color: '#ECEC0C'

red 236 ◦ green 236 ◦ blue 12

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

Shades of Lemon #ECEC0C

Tints of Lemon #ECEC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.48%

R = 48.76%
G = 48.76%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECEC0C (or 0xECEC0C) is known color: Lemon. HEX triplet: EC, EC and 0C. RGB value is (236,236,12). Sum of RGB (Red+Green+Blue) = 236+236+12=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 12 (5.08% from 255 or 2.48% from 484); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEC0C is #1313F3. Grayscale: #D3D3D3. Windows color (decimal): -1250292 or 847084. OLE color: 847084.

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

Color convert

RGB 236 236 12 -
CMYK 0 0 0.95 0.07
HSL 60º 0.9% 0.49% -
HSV(B) 60º 0.95% 0.93% -
XYZ 64.65 77.85 11.97 -
YUV 210.46 16 146.21 -
System Red Green Blue C M Y K H S L
Decimal 236 236 12 0 0 0.95 0.07 60 0.9 0.49
Hex EC EC C 0 0 5F 7 3C 5A 31
Octal 354 354 14 0 0 137 7 74 132 61
Binary 11101100 11101100 1100 0 0 1011111 111 111100 1011010 110001

Color Harmonies of #ECEC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC0C

Black with #ECEC0C

Text Example


Text Example

White with #ECEC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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