Html Css Color HEX #EBE10A Lemon

📋 copy color: '#EBE10A'

red 235 ◦ green 225 ◦ blue 10

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

Shades of Lemon #EBE10A

Tints of Lemon #EBE10A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.87%

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

R = 50%
G = 47.87%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EBE10A (or 0xEBE10A) is known color: Lemon. HEX triplet: EB, E1 and 0A. RGB value is (235,225,10). Sum of RGB (Red+Green+Blue) = 235+225+10=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE10A is #141EF5. Grayscale: #CCCCCC. Windows color (decimal): -1318646 or 713195. OLE color: 713195.

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

Color convert

RGB 235 225 10 -
CMYK 0 0.04 0.96 0.08
HSL 57.33º 0.92% 0.48% -
HSV(B) 57.33º 0.96% 0.92% -
XYZ 61.24 71.53 10.87 -
YUV 203.48 18.81 150.48 -
System Red Green Blue C M Y K H S L
Decimal 235 225 10 0 0.04 0.96 0.08 57.33 0.92 0.48
Hex EB E1 A 0 4 60 8 39 5C 30
Octal 353 341 12 0 4 140 10 71 134 60
Binary 11101011 11100001 1010 0 100 1100000 1000 111001 1011100 110000

Color Harmonies of #EBE10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE10A

Black with #EBE10A

Text Example


Text Example

White with #EBE10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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