Html Css Color HEX #EFE113 Lemon

📋 copy color: '#EFE113'

red 239 ◦ green 225 ◦ blue 19

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

Shades of Lemon #EFE113

Tints of Lemon #EFE113

RGB

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

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

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

R = 49.48%
G = 46.58%
B = 3.93%

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

#EFE113 (or 0xEFE113) is known color: Lemon. HEX triplet: EF, E1 and 13. RGB value is (239,225,19). Sum of RGB (Red+Green+Blue) = 239+225+19=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE113 is #101EEC. Grayscale: #CECECE. Windows color (decimal): -1056493 or 1303023. OLE color: 1303023.

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

Color convert

RGB 239 225 19 -
CMYK 0 0.06 0.92 0.06
HSL 56.18º 0.87% 0.51% -
HSV(B) 56.18º 0.92% 0.94% -
XYZ 62.64 72.25 11.26 -
YUV 205.7 22.64 151.75 -
System Red Green Blue C M Y K H S L
Decimal 239 225 19 0 0.06 0.92 0.06 56.18 0.87 0.51
Hex EF E1 13 0 6 5C 6 38 57 33
Octal 357 341 23 0 6 134 6 70 127 63
Binary 11101111 11100001 10011 0 110 1011100 110 111000 1010111 110011

Color Harmonies of #EFE113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE113

Black with #EFE113

Text Example


Text Example

White with #EFE113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE113; }

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

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

background-color css

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

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

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

border-color css

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

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

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