Html Css Color HEX #EFE613 Lemon

📋 copy color: '#EFE613'

red 239 ◦ green 230 ◦ blue 19

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

Shades of Lemon #EFE613

Tints of Lemon #EFE613

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.13%

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

R = 48.98%
G = 47.13%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFE613 (or 0xEFE613) is known color: Lemon. HEX triplet: EF, E6 and 13. RGB value is (239,230,19). Sum of RGB (Red+Green+Blue) = 239+230+19=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 19 (7.81% from 255 or 3.89% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE613 is #1019EC. Grayscale: #D1D1D1. Windows color (decimal): -1055213 or 1304303. OLE color: 1304303.

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

Color convert

RGB 239 230 19 -
CMYK 0 0.04 0.92 0.06
HSL 57.55º 0.87% 0.51% -
HSV(B) 57.55º 0.92% 0.94% -
XYZ 64.01 74.99 11.72 -
YUV 208.64 20.98 149.66 -
System Red Green Blue C M Y K H S L
Decimal 239 230 19 0 0.04 0.92 0.06 57.55 0.87 0.51
Hex EF E6 13 0 4 5C 6 3A 57 33
Octal 357 346 23 0 4 134 6 72 127 63
Binary 11101111 11100110 10011 0 100 1011100 110 111010 1010111 110011

Color Harmonies of #EFE613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE613

Black with #EFE613

Text Example


Text Example

White with #EFE613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE613; }

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

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

background-color css

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

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

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

border-color css

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

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

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