Html Css Color HEX #EFE112 Lemon

📋 copy color: '#EFE112'

red 239 ◦ green 225 ◦ blue 18

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

Shades of Lemon #EFE112

Tints of Lemon #EFE112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.68%

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

R = 49.59%
G = 46.68%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFE112 (or 0xEFE112) is known color: Lemon. HEX triplet: EF, E1 and 12. RGB value is (239,225,18). Sum of RGB (Red+Green+Blue) = 239+225+18=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE112 is #101EED. Grayscale: #CECECE. Windows color (decimal): -1056494 or 1237487. OLE color: 1237487.

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

Color convert

RGB 239 225 18 -
CMYK 0 0.06 0.92 0.06
HSL 56.2º 0.87% 0.5% -
HSV(B) 56.2º 0.92% 0.94% -
XYZ 62.63 72.24 11.22 -
YUV 205.59 22.14 151.83 -
System Red Green Blue C M Y K H S L
Decimal 239 225 18 0 0.06 0.92 0.06 56.2 0.87 0.5
Hex EF E1 12 0 6 5C 6 38 57 32
Octal 357 341 22 0 6 134 6 70 127 62
Binary 11101111 11100001 10010 0 110 1011100 110 111000 1010111 110010

Color Harmonies of #EFE112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE112

Black with #EFE112

Text Example


Text Example

White with #EFE112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE112; }

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

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

background-color css

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

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

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

border-color css

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

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

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