Html Css Color HEX #EFEE10 Lemon

📋 copy color: '#EFEE10'

red 239 ◦ green 238 ◦ blue 16

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

Shades of Lemon #EFEE10

Tints of Lemon #EFEE10

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.28%

 BLUE value IS 16 (6.64% from 255) = 3.25%

R = 48.48%
G = 48.28%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFEE10 (or 0xEFEE10) is known color: Lemon. HEX triplet: EF, EE and 10. RGB value is (239,238,16). Sum of RGB (Red+Green+Blue) = 239+238+16=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 16 (6.64% from 255 or 3.25% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEE10 is #1011EF. Grayscale: #D5D5D5. Windows color (decimal): -1053168 or 1109743. OLE color: 1109743.

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

Color convert

RGB 239 238 16 -
CMYK 0 0.00 0.93 0.06
HSL 59.73º 0.87% 0.5% -
HSV(B) 59.73º 0.93% 0.94% -
XYZ 66.26 79.54 12.35 -
YUV 212.99 16.83 146.55 -
System Red Green Blue C M Y K H S L
Decimal 239 238 16 0 0.00 0.93 0.06 59.73 0.87 0.5
Hex EF EE 10 0 0 5D 6 3C 57 32
Octal 357 356 20 0 0 135 6 74 127 62
Binary 11101111 11101110 10000 0 0 1011101 110 111100 1010111 110010

Color Harmonies of #EFEE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE10

Black with #EFEE10

Text Example


Text Example

White with #EFEE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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