Html Css Color HEX #EBE20C Lemon

📋 copy color: '#EBE20C'

red 235 ◦ green 226 ◦ blue 12

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

Shades of Lemon #EBE20C

Tints of Lemon #EBE20C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.78%

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

R = 49.68%
G = 47.78%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBE20C (or 0xEBE20C) is known color: Lemon. HEX triplet: EB, E2 and 0C. RGB value is (235,226,12). Sum of RGB (Red+Green+Blue) = 235+226+12=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE20C is #141DF3. Grayscale: #CDCDCD. Windows color (decimal): -1318388 or 844523. OLE color: 844523.

HSL color Cylindrical-coordinate representation of color #EBE20C: hue angle of 57.58º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBE20C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 12 -
CMYK 0 0.04 0.95 0.08
HSL 57.58º 0.9% 0.48% -
HSV(B) 57.58º 0.95% 0.92% -
XYZ 61.52 72.08 11.02 -
YUV 204.3 19.48 149.9 -
System Red Green Blue C M Y K H S L
Decimal 235 226 12 0 0.04 0.95 0.08 57.58 0.9 0.48
Hex EB E2 C 0 4 5F 8 3A 5A 30
Octal 353 342 14 0 4 137 10 72 132 60
Binary 11101011 11100010 1100 0 100 1011111 1000 111010 1011010 110000

Color Harmonies of #EBE20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE20C

Black with #EBE20C

Text Example


Text Example

White with #EBE20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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