Html Css Color HEX #EFE313 Lemon

📋 copy color: '#EFE313'

red 239 ◦ green 227 ◦ blue 19

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

Shades of Lemon #EFE313

Tints of Lemon #EFE313

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.8%

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

R = 49.28%
G = 46.8%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFE313 (or 0xEFE313) is known color: Lemon. HEX triplet: EF, E3 and 13. RGB value is (239,227,19). Sum of RGB (Red+Green+Blue) = 239+227+19=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE313 is #101CEC. Grayscale: #CFCFCF. Windows color (decimal): -1055981 or 1303535. OLE color: 1303535.

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

Color convert

RGB 239 227 19 -
CMYK 0 0.05 0.92 0.06
HSL 56.73º 0.87% 0.51% -
HSV(B) 56.73º 0.92% 0.94% -
XYZ 63.18 73.34 11.44 -
YUV 206.88 21.98 150.91 -
System Red Green Blue C M Y K H S L
Decimal 239 227 19 0 0.05 0.92 0.06 56.73 0.87 0.51
Hex EF E3 13 0 5 5C 6 39 57 33
Octal 357 343 23 0 5 134 6 71 127 63
Binary 11101111 11100011 10011 0 101 1011100 110 111001 1010111 110011

Color Harmonies of #EFE313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE313

Black with #EFE313

Text Example


Text Example

White with #EFE313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE313; }

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

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

background-color css

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

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

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

border-color css

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

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

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