Html Css Color HEX #EBE50C Lemon

📋 copy color: '#EBE50C'

red 235 ◦ green 229 ◦ blue 12

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

Shades of Lemon #EBE50C

Tints of Lemon #EBE50C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.11%

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

R = 49.37%
G = 48.11%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBE50C (or 0xEBE50C) is known color: Lemon. HEX triplet: EB, E5 and 0C. RGB value is (235,229,12). Sum of RGB (Red+Green+Blue) = 235+229+12=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE50C is #141AF3. Grayscale: #CECECE. Windows color (decimal): -1317620 or 845291. OLE color: 845291.

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

Color convert

RGB 235 229 12 -
CMYK 0 0.03 0.95 0.08
HSL 58.39º 0.9% 0.48% -
HSV(B) 58.39º 0.95% 0.92% -
XYZ 62.35 73.73 11.29 -
YUV 206.06 18.49 148.64 -
System Red Green Blue C M Y K H S L
Decimal 235 229 12 0 0.03 0.95 0.08 58.39 0.9 0.48
Hex EB E5 C 0 3 5F 8 3A 5A 30
Octal 353 345 14 0 3 137 10 72 132 60
Binary 11101011 11100101 1100 0 11 1011111 1000 111010 1011010 110000

Color Harmonies of #EBE50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE50C

Black with #EBE50C

Text Example


Text Example

White with #EBE50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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