#efee1b

Color #EFEE1B Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #EFEE1B

Tints of Lemon #EFEE1B

Color information

#EFEE1B (or 0xEFEE1B) is unknown color: approx Lemon. HEX triplet: EF, EE and 1B. RGB value is (239,238,27). Sum of RGB (Red+Green+Blue) = 239+238+27=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 27 (10.94% from 255 or 5.36% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEE1B is #1011E4. Grayscale: #D7D7D7. Windows color (decimal): -1053157 or 1830639. OLE color: 1830639.

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

Color convert

RGB23923827-
CMYK00.000.890.06
HSL59.72º86.89%52.16%-
HSV(B)59.72º88.7%93.73%-
XYZ66.3779.5812.9-
YUV214.2422.33145.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 238 (93.36% from 255) = 47.22%
BLUE value IS 27 (10.94% from 255) = 5.36%
R=47.42%
G=47.22%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392382700.000.890.0659.7286.8952.16
HexEFEE1B005963c5734
Octal357356330013167412764
Binary1110111111101110110110010110011101111001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efee1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efee1b; }

 p { color: rgb(239,238,27); }

 H1.HeaderClassName
 {
   color: #efee1b;
 }
 .AnyTagClassName
 {
   color: #efee1b;
 }
</style>
background-color css

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

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

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

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

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

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