Html Css Color HEX #EFE518 Lemon

📋 copy color: '#EFE518'

red 239 ◦ green 229 ◦ blue 24

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

Shades of Lemon #EFE518

Tints of Lemon #EFE518

RGB

 RED value IS 239 (93.75% from 255) = 48.58%

 GREEN value IS 229 (89.84% from 255) = 46.54%

 BLUE value IS 24 (9.77% from 255) = 4.88%

R = 48.58%
G = 46.54%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFE518 (or 0xEFE518) is known color: Lemon. HEX triplet: EF, E5 and 18. RGB value is (239,229,24). Sum of RGB (Red+Green+Blue) = 239+229+24=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE518 is #101AE7. Grayscale: #D1D1D1. Windows color (decimal): -1055464 or 1631727. OLE color: 1631727.

HSL color Cylindrical-coordinate representation of color #EFE518: hue angle of 57.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFE518 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 24 -
CMYK 0 0.04 0.90 0.06
HSL 57.21º 0.87% 0.52% -
HSV(B) 57.21º 0.9% 0.94% -
XYZ 63.78 74.46 11.87 -
YUV 208.62 23.81 149.67 -
System Red Green Blue C M Y K H S L
Decimal 239 229 24 0 0.04 0.90 0.06 57.21 0.87 0.52
Hex EF E5 18 0 4 5A 6 39 57 34
Octal 357 345 30 0 4 132 6 71 127 64
Binary 11101111 11100101 11000 0 100 1011010 110 111001 1010111 110100

Color Harmonies of #EFE518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE518

Black with #EFE518

Text Example


Text Example

White with #EFE518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE518; }

 p { color: rgb(239,229,24); }

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

background-color css

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

 a { background-color: rgb(239,229,24); }

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

border-color css

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

 span { border-color: rgb(239,229,24); }

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