Html Css Color HEX #EFE710 Lemon

📋 copy color: '#EFE710'

red 239 ◦ green 231 ◦ blue 16

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

Shades of Lemon #EFE710

Tints of Lemon #EFE710

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.53%

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

R = 49.18%
G = 47.53%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFE710 (or 0xEFE710) is known color: Lemon. HEX triplet: EF, E7 and 10. RGB value is (239,231,16). Sum of RGB (Red+Green+Blue) = 239+231+16=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE710 is #1018EF. Grayscale: #D1D1D1. Windows color (decimal): -1054960 or 1107951. OLE color: 1107951.

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

Color convert

RGB 239 231 16 -
CMYK 0 0.03 0.93 0.06
HSL 57.85º 0.87% 0.5% -
HSV(B) 57.85º 0.93% 0.94% -
XYZ 64.27 75.54 11.68 -
YUV 208.88 19.15 149.48 -
System Red Green Blue C M Y K H S L
Decimal 239 231 16 0 0.03 0.93 0.06 57.85 0.87 0.5
Hex EF E7 10 0 3 5D 6 3A 57 32
Octal 357 347 20 0 3 135 6 72 127 62
Binary 11101111 11100111 10000 0 11 1011101 110 111010 1010111 110010

Color Harmonies of #EFE710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE710

Black with #EFE710

Text Example


Text Example

White with #EFE710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE710; }

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

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

background-color css

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

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

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

border-color css

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

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

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