Html Css Color HEX #EFE018 Lemon

📋 copy color: '#EFE018'

red 239 ◦ green 224 ◦ blue 24

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

Shades of Lemon #EFE018

Tints of Lemon #EFE018

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46%

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

R = 49.08%
G = 46%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFE018 (or 0xEFE018) is known color: Lemon. HEX triplet: EF, E0 and 18. RGB value is (239,224,24). Sum of RGB (Red+Green+Blue) = 239+224+24=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE018 is #101FE7. Grayscale: #CECECE. Windows color (decimal): -1056744 or 1630447. OLE color: 1630447.

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

Color convert

RGB 239 224 24 -
CMYK 0 0.06 0.90 0.06
HSL 55.81º 0.87% 0.52% -
HSV(B) 55.81º 0.9% 0.94% -
XYZ 62.42 71.73 11.42 -
YUV 205.69 25.47 151.76 -
System Red Green Blue C M Y K H S L
Decimal 239 224 24 0 0.06 0.90 0.06 55.81 0.87 0.52
Hex EF E0 18 0 6 5A 6 38 57 34
Octal 357 340 30 0 6 132 6 70 127 64
Binary 11101111 11100000 11000 0 110 1011010 110 111000 1010111 110100

Color Harmonies of #EFE018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE018

Black with #EFE018

Text Example


Text Example

White with #EFE018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE018; }

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

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

background-color css

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

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

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

border-color css

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

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

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