Html Css Color HEX #EFE616 Lemon

📋 copy color: '#EFE616'

red 239 ◦ green 230 ◦ blue 22

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

Shades of Lemon #EFE616

Tints of Lemon #EFE616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.48%

R = 48.68%
G = 46.84%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFE616 (or 0xEFE616) is known color: Lemon. HEX triplet: EF, E6 and 16. RGB value is (239,230,22). Sum of RGB (Red+Green+Blue) = 239+230+22=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 22 (8.98% from 255 or 4.48% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE616 is #1019E9. Grayscale: #D1D1D1. Windows color (decimal): -1055210 or 1500911. OLE color: 1500911.

HSL color Cylindrical-coordinate representation of color #EFE616: hue angle of 57.51º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFE616 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 22 -
CMYK 0 0.04 0.91 0.06
HSL 57.51º 0.87% 0.51% -
HSV(B) 57.51º 0.91% 0.94% -
XYZ 64.04 75 11.86 -
YUV 208.98 22.48 149.41 -
System Red Green Blue C M Y K H S L
Decimal 239 230 22 0 0.04 0.91 0.06 57.51 0.87 0.51
Hex EF E6 16 0 4 5B 6 3A 57 33
Octal 357 346 26 0 4 133 6 72 127 63
Binary 11101111 11100110 10110 0 100 1011011 110 111010 1010111 110011

Color Harmonies of #EFE616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE616

Black with #EFE616

Text Example


Text Example

White with #EFE616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE616; }

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

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

background-color css

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

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

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

border-color css

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

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

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