Html Css Color HEX #EFE011 Lemon

📋 copy color: '#EFE011'

red 239 ◦ green 224 ◦ blue 17

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

Shades of Lemon #EFE011

Tints of Lemon #EFE011

RGB

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

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

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

R = 49.79%
G = 46.67%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFE011 (or 0xEFE011) is known color: Lemon. HEX triplet: EF, E0 and 11. RGB value is (239,224,17). Sum of RGB (Red+Green+Blue) = 239+224+17=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE011 is #101FEE. Grayscale: #CDCDCD. Windows color (decimal): -1056751 or 1171695. OLE color: 1171695.

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

Color convert

RGB 239 224 17 -
CMYK 0 0.06 0.93 0.06
HSL 55.95º 0.87% 0.5% -
HSV(B) 55.95º 0.93% 0.94% -
XYZ 62.35 71.7 11.08 -
YUV 204.89 21.97 152.33 -
System Red Green Blue C M Y K H S L
Decimal 239 224 17 0 0.06 0.93 0.06 55.95 0.87 0.5
Hex EF E0 11 0 6 5D 6 38 57 32
Octal 357 340 21 0 6 135 6 70 127 62
Binary 11101111 11100000 10001 0 110 1011101 110 111000 1010111 110010

Color Harmonies of #EFE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE011

Black with #EFE011

Text Example


Text Example

White with #EFE011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE011; }

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

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

background-color css

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

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

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

border-color css

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

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

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