Html Css Color HEX #EFE918 Lemon

📋 copy color: '#EFE918'

red 239 ◦ green 233 ◦ blue 24

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

Shades of Lemon #EFE918

Tints of Lemon #EFE918

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.98%

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

R = 48.19%
G = 46.98%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFE918 (or 0xEFE918) is known color: Lemon. HEX triplet: EF, E9 and 18. RGB value is (239,233,24). Sum of RGB (Red+Green+Blue) = 239+233+24=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 24 (9.77% from 255 or 4.84% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE918 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE918 is #1016E7. Grayscale: #D3D3D3. Windows color (decimal): -1054440 or 1632751. OLE color: 1632751.

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

Color convert

RGB 239 233 24 -
CMYK 0 0.03 0.90 0.06
HSL 58.33º 0.87% 0.52% -
HSV(B) 58.33º 0.9% 0.94% -
XYZ 64.9 76.69 12.25 -
YUV 210.97 22.49 147.99 -
System Red Green Blue C M Y K H S L
Decimal 239 233 24 0 0.03 0.90 0.06 58.33 0.87 0.52
Hex EF E9 18 0 3 5A 6 3A 57 34
Octal 357 351 30 0 3 132 6 72 127 64
Binary 11101111 11101001 11000 0 11 1011010 110 111010 1010111 110100

Color Harmonies of #EFE918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE918

Black with #EFE918

Text Example


Text Example

White with #EFE918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE918; }

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

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

background-color css

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

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

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

border-color css

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

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

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