Html Css Color HEX #EBE40F Lemon

📋 copy color: '#EBE40F'

red 235 ◦ green 228 ◦ blue 15

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

Shades of Lemon #EBE40F

Tints of Lemon #EBE40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.14%

R = 49.16%
G = 47.7%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBE40F (or 0xEBE40F) is known color: Lemon. HEX triplet: EB, E4 and 0F. RGB value is (235,228,15). Sum of RGB (Red+Green+Blue) = 235+228+15=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 15 (6.25% from 255 or 3.14% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBE40F is #141BF0. Grayscale: #CECECE. Windows color (decimal): -1317873 or 1041643. OLE color: 1041643.

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

Color convert

RGB 235 228 15 -
CMYK 0 0.03 0.94 0.08
HSL 58.09º 0.88% 0.49% -
HSV(B) 58.09º 0.94% 0.92% -
XYZ 62.09 73.18 11.31 -
YUV 205.81 20.32 148.82 -
System Red Green Blue C M Y K H S L
Decimal 235 228 15 0 0.03 0.94 0.08 58.09 0.88 0.49
Hex EB E4 F 0 3 5E 8 3A 58 31
Octal 353 344 17 0 3 136 10 72 130 61
Binary 11101011 11100100 1111 0 11 1011110 1000 111010 1011000 110001

Color Harmonies of #EBE40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE40F

Black with #EBE40F

Text Example


Text Example

White with #EBE40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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