Html Css Color HEX #EFEF12 Lemon

📋 copy color: '#EFEF12'

red 239 ◦ green 239 ◦ blue 18

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

Shades of Lemon #EFEF12

Tints of Lemon #EFEF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.63%

R = 48.19%
G = 48.19%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFEF12 (or 0xEFEF12) is known color: Lemon. HEX triplet: EF, EF and 12. RGB value is (239,239,18). Sum of RGB (Red+Green+Blue) = 239+239+18=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF12 is #1010ED. Grayscale: #D6D6D6. Windows color (decimal): -1052910 or 1241071. OLE color: 1241071.

HSL color Cylindrical-coordinate representation of color #EFEF12: 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.92%. Process color model (Four color, CMYK) of #EFEF12 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 18 -
CMYK 0 0 0.92 0.06
HSL 60º 0.87% 0.5% -
HSV(B) 60º 0.92% 0.94% -
XYZ 66.57 80.13 12.53 -
YUV 213.81 17.5 145.97 -
System Red Green Blue C M Y K H S L
Decimal 239 239 18 0 0 0.92 0.06 60 0.87 0.5
Hex EF EF 12 0 0 5C 6 3C 57 32
Octal 357 357 22 0 0 134 6 74 127 62
Binary 11101111 11101111 10010 0 0 1011100 110 111100 1010111 110010

Color Harmonies of #EFEF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF12

Black with #EFEF12

Text Example


Text Example

White with #EFEF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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