Html Css Color HEX #EFEC12 Lemon

📋 copy color: '#EFEC12'

red 239 ◦ green 236 ◦ blue 18

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

Shades of Lemon #EFEC12

Tints of Lemon #EFEC12

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.87%

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

R = 48.48%
G = 47.87%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFEC12 (or 0xEFEC12) is known color: Lemon. HEX triplet: EF, EC and 12. RGB value is (239,236,18). Sum of RGB (Red+Green+Blue) = 239+236+18=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 18 (7.42% from 255 or 3.65% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEC12 is #1013ED. Grayscale: #D4D4D4. Windows color (decimal): -1053678 or 1240303. OLE color: 1240303.

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

Color convert

RGB 239 236 18 -
CMYK 0 0.01 0.92 0.06
HSL 59.19º 0.87% 0.5% -
HSV(B) 59.19º 0.92% 0.94% -
XYZ 65.7 78.39 12.24 -
YUV 212.05 18.49 147.23 -
System Red Green Blue C M Y K H S L
Decimal 239 236 18 0 0.01 0.92 0.06 59.19 0.87 0.5
Hex EF EC 12 0 1 5C 6 3B 57 32
Octal 357 354 22 0 1 134 6 73 127 62
Binary 11101111 11101100 10010 0 1 1011100 110 111011 1010111 110010

Color Harmonies of #EFEC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC12

Black with #EFEC12

Text Example


Text Example

White with #EFEC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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