Html Css Color HEX #EFEF10 Lemon

📋 copy color: '#EFEF10'

red 239 ◦ green 239 ◦ blue 16

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

Shades of Lemon #EFEF10

Tints of Lemon #EFEF10

RGB

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

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

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

R = 48.38%
G = 48.38%
B = 3.24%

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

#EFEF10 (or 0xEFEF10) is known color: Lemon. HEX triplet: EF, EF and 10. RGB value is (239,239,16). Sum of RGB (Red+Green+Blue) = 239+239+16=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 16 (6.64% from 255 or 3.24% from 494); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF10 is #1010EF. Grayscale: #D6D6D6. Windows color (decimal): -1052912 or 1109999. OLE color: 1109999.

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

Color convert

RGB 239 239 16 -
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.45 -
YUV 213.58 16.5 146.13 -
System Red Green Blue C M Y K H S L
Decimal 239 239 16 0 0 0.93 0.06 60 0.87 0.5
Hex EF EF 10 0 0 5D 6 3C 57 32
Octal 357 357 20 0 0 135 6 74 127 62
Binary 11101111 11101111 10000 0 0 1011101 110 111100 1010111 110010

Color Harmonies of #EFEF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF10

Black with #EFEF10

Text Example


Text Example

White with #EFEF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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