Html Css Color HEX #EFEF13 Lemon

📋 copy color: '#EFEF13'

red 239 ◦ green 239 ◦ blue 19

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

Shades of Lemon #EFEF13

Tints of Lemon #EFEF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.82%

R = 48.09%
G = 48.09%
B = 3.82%

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

#EFEF13 (or 0xEFEF13) is known color: Lemon. HEX triplet: EF, EF and 13. RGB value is (239,239,19). Sum of RGB (Red+Green+Blue) = 239+239+19=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 19 (7.81% from 255 or 3.82% from 497); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEF13 is #1010EC. Grayscale: #D6D6D6. Windows color (decimal): -1052909 or 1306607. OLE color: 1306607.

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

Color convert

RGB 239 239 19 -
CMYK 0 0 0.92 0.06
HSL 60º 0.87% 0.51% -
HSV(B) 60º 0.92% 0.94% -
XYZ 66.58 80.13 12.57 -
YUV 213.92 18 145.89 -
System Red Green Blue C M Y K H S L
Decimal 239 239 19 0 0 0.92 0.06 60 0.87 0.51
Hex EF EF 13 0 0 5C 6 3C 57 33
Octal 357 357 23 0 0 134 6 74 127 63
Binary 11101111 11101111 10011 0 0 1011100 110 111100 1010111 110011

Color Harmonies of #EFEF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF13

Black with #EFEF13

Text Example


Text Example

White with #EFEF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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