Html Css Color HEX #EBEA0A Lemon

📋 copy color: '#EBEA0A'

red 235 ◦ green 234 ◦ blue 10

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

Shades of Lemon #EBEA0A

Tints of Lemon #EBEA0A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.85%

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

R = 49.06%
G = 48.85%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBEA0A (or 0xEBEA0A) is known color: Lemon. HEX triplet: EB, EA and 0A. RGB value is (235,234,10). Sum of RGB (Red+Green+Blue) = 235+234+10=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 10 (4.30% from 255 or 2.09% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBEA0A is #1415F5. Grayscale: #D1D1D1. Windows color (decimal): -1316342 or 715499. OLE color: 715499.

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

Color convert

RGB 235 234 10 -
CMYK 0 0.00 0.96 0.08
HSL 59.73º 0.92% 0.48% -
HSV(B) 59.73º 0.96% 0.92% -
XYZ 63.74 76.53 11.7 -
YUV 208.76 15.83 146.71 -
System Red Green Blue C M Y K H S L
Decimal 235 234 10 0 0.00 0.96 0.08 59.73 0.92 0.48
Hex EB EA A 0 0 60 8 3C 5C 30
Octal 353 352 12 0 0 140 10 74 134 60
Binary 11101011 11101010 1010 0 0 1100000 1000 111100 1011100 110000

Color Harmonies of #EBEA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA0A

Black with #EBEA0A

Text Example


Text Example

White with #EBEA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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