Html Css Color HEX #EBE40A Lemon

📋 copy color: '#EBE40A'

red 235 ◦ green 228 ◦ blue 10

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

Shades of Lemon #EBE40A

Tints of Lemon #EBE40A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.2%

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

R = 49.68%
G = 48.2%
B = 2.11%

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

#EBE40A (or 0xEBE40A) is known color: Lemon. HEX triplet: EB, E4 and 0A. RGB value is (235,228,10). Sum of RGB (Red+Green+Blue) = 235+228+10=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE40A is #141BF5. Grayscale: #CECECE. Windows color (decimal): -1317878 or 713963. OLE color: 713963.

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

Color convert

RGB 235 228 10 -
CMYK 0 0.03 0.96 0.08
HSL 58.13º 0.92% 0.48% -
HSV(B) 58.13º 0.96% 0.92% -
XYZ 62.06 73.17 11.14 -
YUV 205.24 17.82 149.23 -
System Red Green Blue C M Y K H S L
Decimal 235 228 10 0 0.03 0.96 0.08 58.13 0.92 0.48
Hex EB E4 A 0 3 60 8 3A 5C 30
Octal 353 344 12 0 3 140 10 72 134 60
Binary 11101011 11100100 1010 0 11 1100000 1000 111010 1011100 110000

Color Harmonies of #EBE40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE40A

Black with #EBE40A

Text Example


Text Example

White with #EBE40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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