Html Css Color HEX #EFE610 Lemon

📋 copy color: '#EFE610'

red 239 ◦ green 230 ◦ blue 16

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

Shades of Lemon #EFE610

Tints of Lemon #EFE610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.3%

R = 49.28%
G = 47.42%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFE610 (or 0xEFE610) is known color: Lemon. HEX triplet: EF, E6 and 10. RGB value is (239,230,16). Sum of RGB (Red+Green+Blue) = 239+230+16=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 16 (6.64% from 255 or 3.30% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE610 is #1019EF. Grayscale: #D1D1D1. Windows color (decimal): -1055216 or 1107695. OLE color: 1107695.

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

Color convert

RGB 239 230 16 -
CMYK 0 0.04 0.93 0.06
HSL 57.58º 0.87% 0.5% -
HSV(B) 57.58º 0.93% 0.94% -
XYZ 63.99 74.98 11.59 -
YUV 208.3 19.48 149.9 -
System Red Green Blue C M Y K H S L
Decimal 239 230 16 0 0.04 0.93 0.06 57.58 0.87 0.5
Hex EF E6 10 0 4 5D 6 3A 57 32
Octal 357 346 20 0 4 135 6 72 127 62
Binary 11101111 11100110 10000 0 100 1011101 110 111010 1010111 110010

Color Harmonies of #EFE610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE610

Black with #EFE610

Text Example


Text Example

White with #EFE610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE610; }

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

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

background-color css

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

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

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

border-color css

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

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

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