Html Css Color HEX #EBE313 Lemon

📋 copy color: '#EBE313'

red 235 ◦ green 227 ◦ blue 19

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

Shades of Lemon #EBE313

Tints of Lemon #EBE313

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.19%

 BLUE value IS 19 (7.81% from 255) = 3.95%

R = 48.86%
G = 47.19%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBE313 (or 0xEBE313) is known color: Lemon. HEX triplet: EB, E3 and 13. RGB value is (235,227,19). Sum of RGB (Red+Green+Blue) = 235+227+19=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE313 is #141CEC. Grayscale: #CECECE. Windows color (decimal): -1318125 or 1303531. OLE color: 1303531.

HSL color Cylindrical-coordinate representation of color #EBE313: hue angle of 57.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBE313 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 227 19 -
CMYK 0 0.03 0.92 0.08
HSL 57.78º 0.85% 0.5% -
HSV(B) 57.78º 0.92% 0.92% -
XYZ 61.85 72.65 11.38 -
YUV 205.68 22.65 148.91 -
System Red Green Blue C M Y K H S L
Decimal 235 227 19 0 0.03 0.92 0.08 57.78 0.85 0.5
Hex EB E3 13 0 3 5C 8 3A 55 32
Octal 353 343 23 0 3 134 10 72 125 62
Binary 11101011 11100011 10011 0 11 1011100 1000 111010 1010101 110010

Color Harmonies of #EBE313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE313

Black with #EBE313

Text Example


Text Example

White with #EBE313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE313; }

 p { color: rgb(235,227,19); }

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

background-color css

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

 a { background-color: rgb(235,227,19); }

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

border-color css

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

 span { border-color: rgb(235,227,19); }

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