Html Css Color HEX #EFE218 Lemon

📋 copy color: '#EFE218'

red 239 ◦ green 226 ◦ blue 24

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

Shades of Lemon #EFE218

Tints of Lemon #EFE218

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.22%

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

R = 48.88%
G = 46.22%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFE218 (or 0xEFE218) is known color: Lemon. HEX triplet: EF, E2 and 18. RGB value is (239,226,24). Sum of RGB (Red+Green+Blue) = 239+226+24=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE218 is #101DE7. Grayscale: #CFCFCF. Windows color (decimal): -1056232 or 1630959. OLE color: 1630959.

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

Color convert

RGB 239 226 24 -
CMYK 0 0.05 0.90 0.06
HSL 56.37º 0.87% 0.52% -
HSV(B) 56.37º 0.9% 0.94% -
XYZ 62.96 72.81 11.6 -
YUV 206.86 24.81 150.93 -
System Red Green Blue C M Y K H S L
Decimal 239 226 24 0 0.05 0.90 0.06 56.37 0.87 0.52
Hex EF E2 18 0 5 5A 6 38 57 34
Octal 357 342 30 0 5 132 6 70 127 64
Binary 11101111 11100010 11000 0 101 1011010 110 111000 1010111 110100

Color Harmonies of #EFE218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE218

Black with #EFE218

Text Example


Text Example

White with #EFE218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE218; }

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

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

background-color css

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

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

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

border-color css

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

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

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