Html Css Color HEX #EFE618 Lemon

📋 copy color: '#EFE618'

red 239 ◦ green 230 ◦ blue 24

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

Shades of Lemon #EFE618

Tints of Lemon #EFE618

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.65%

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

R = 48.48%
G = 46.65%
B = 4.87%

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

#EFE618 (or 0xEFE618) is known color: Lemon. HEX triplet: EF, E6 and 18. RGB value is (239,230,24). Sum of RGB (Red+Green+Blue) = 239+230+24=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 24 (9.77% from 255 or 4.87% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE618 is #1019E7. Grayscale: #D2D2D2. Windows color (decimal): -1055208 or 1631983. OLE color: 1631983.

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

Color convert

RGB 239 230 24 -
CMYK 0 0.04 0.90 0.06
HSL 57.49º 0.87% 0.52% -
HSV(B) 57.49º 0.9% 0.94% -
XYZ 64.06 75.01 11.97 -
YUV 209.21 23.48 149.25 -
System Red Green Blue C M Y K H S L
Decimal 239 230 24 0 0.04 0.90 0.06 57.49 0.87 0.52
Hex EF E6 18 0 4 5A 6 39 57 34
Octal 357 346 30 0 4 132 6 71 127 64
Binary 11101111 11100110 11000 0 100 1011010 110 111001 1010111 110100

Color Harmonies of #EFE618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE618

Black with #EFE618

Text Example


Text Example

White with #EFE618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE618; }

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

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

background-color css

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

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

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

border-color css

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

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

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