Html Css Color HEX #EBE30A Lemon

📋 copy color: '#EBE30A'

red 235 ◦ green 227 ◦ blue 10

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

Shades of Lemon #EBE30A

Tints of Lemon #EBE30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 49.79%
G = 48.09%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBE30A (or 0xEBE30A) is known color: Lemon. HEX triplet: EB, E3 and 0A. RGB value is (235,227,10). Sum of RGB (Red+Green+Blue) = 235+227+10=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE30A is #141CF5. Grayscale: #CDCDCD. Windows color (decimal): -1318134 or 713707. OLE color: 713707.

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

Color convert

RGB 235 227 10 -
CMYK 0 0.03 0.96 0.08
HSL 57.87º 0.92% 0.48% -
HSV(B) 57.87º 0.96% 0.92% -
XYZ 61.78 72.62 11.05 -
YUV 204.65 18.15 149.64 -
System Red Green Blue C M Y K H S L
Decimal 235 227 10 0 0.03 0.96 0.08 57.87 0.92 0.48
Hex EB E3 A 0 3 60 8 3A 5C 30
Octal 353 343 12 0 3 140 10 72 134 60
Binary 11101011 11100011 1010 0 11 1100000 1000 111010 1011100 110000

Color Harmonies of #EBE30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE30A

Black with #EBE30A

Text Example


Text Example

White with #EBE30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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