Html Css Color HEX #EFEF11 Lemon

📋 copy color: '#EFEF11'

red 239 ◦ green 239 ◦ blue 17

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

Shades of Lemon #EFEF11

Tints of Lemon #EFEF11

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.28%

 BLUE value IS 17 (7.03% from 255) = 3.43%

R = 48.28%
G = 48.28%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFEF11 (or 0xEFEF11) is known color: Lemon. HEX triplet: EF, EF and 11. RGB value is (239,239,17). Sum of RGB (Red+Green+Blue) = 239+239+17=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 17 (7.03% from 255 or 3.43% from 495); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF11 is #1010EE. Grayscale: #D6D6D6. Windows color (decimal): -1052911 or 1175535. OLE color: 1175535.

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

Color convert

RGB 239 239 17 -
CMYK 0 0 0.93 0.06
HSL 60º 0.87% 0.5% -
HSV(B) 60º 0.93% 0.94% -
XYZ 66.56 80.12 12.49 -
YUV 213.69 17 146.05 -
System Red Green Blue C M Y K H S L
Decimal 239 239 17 0 0 0.93 0.06 60 0.87 0.5
Hex EF EF 11 0 0 5D 6 3C 57 32
Octal 357 357 21 0 0 135 6 74 127 62
Binary 11101111 11101111 10001 0 0 1011101 110 111100 1010111 110010

Color Harmonies of #EFEF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF11

Black with #EFEF11

Text Example


Text Example

White with #EFEF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF11; }

 p { color: rgb(239,239,17); }

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

background-color css

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

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

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

border-color css

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

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

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