Html Css Color HEX #EBEC0C Lemon

📋 copy color: '#EBEC0C'

red 235 ◦ green 236 ◦ blue 12

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

Shades of Lemon #EBEC0C

Tints of Lemon #EBEC0C

RGB

 RED value IS 235 (92.19% from 255) = 48.65%

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

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

R = 48.65%
G = 48.86%
B = 2.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EBEC0C (or 0xEBEC0C) is known color: Lemon. HEX triplet: EB, EC and 0C. RGB value is (235,236,12). Sum of RGB (Red+Green+Blue) = 235+236+12=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 12 (5.08% from 255 or 2.48% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEC0C is #1413F3. Grayscale: #D3D3D3. Windows color (decimal): -1315828 or 847083. OLE color: 847083.

HSL color Cylindrical-coordinate representation of color #EBEC0C: hue angle of 60.27º 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 #EBEC0C is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 236 12 -
CMYK 0.00 0 0.95 0.07
HSL 60.27º 0.9% 0.49% -
HSV(B) 60.27º 0.95% 0.93% -
XYZ 64.32 77.68 11.95 -
YUV 210.17 16.17 145.71 -
System Red Green Blue C M Y K H S L
Decimal 235 236 12 0.00 0 0.95 0.07 60.27 0.9 0.49
Hex EB EC C 0 0 5F 7 3C 5A 31
Octal 353 354 14 0 0 137 7 74 132 61
Binary 11101011 11101100 1100 0 0 1011111 111 111100 1011010 110001

Color Harmonies of #EBEC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEC0C

Black with #EBEC0C

Text Example


Text Example

White with #EBEC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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