Html Css Color HEX #EFE513 Lemon

📋 copy color: '#EFE513'

red 239 ◦ green 229 ◦ blue 19

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

Shades of Lemon #EFE513

Tints of Lemon #EFE513

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.02%

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

R = 49.08%
G = 47.02%
B = 3.9%

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

#EFE513 (or 0xEFE513) is known color: Lemon. HEX triplet: EF, E5 and 13. RGB value is (239,229,19). Sum of RGB (Red+Green+Blue) = 239+229+19=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 19 (7.81% from 255 or 3.90% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE513 is #101AEC. Grayscale: #D0D0D0. Windows color (decimal): -1055469 or 1304047. OLE color: 1304047.

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

Color convert

RGB 239 229 19 -
CMYK 0 0.04 0.92 0.06
HSL 57.27º 0.87% 0.51% -
HSV(B) 57.27º 0.92% 0.94% -
XYZ 63.73 74.44 11.62 -
YUV 208.05 21.31 150.08 -
System Red Green Blue C M Y K H S L
Decimal 239 229 19 0 0.04 0.92 0.06 57.27 0.87 0.51
Hex EF E5 13 0 4 5C 6 39 57 33
Octal 357 345 23 0 4 134 6 71 127 63
Binary 11101111 11100101 10011 0 100 1011100 110 111001 1010111 110011

Color Harmonies of #EFE513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE513

Black with #EFE513

Text Example


Text Example

White with #EFE513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE513; }

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

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

background-color css

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

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

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

border-color css

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

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

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