Html Css Color HEX #EFD710 Lemon

📋 copy color: '#EFD710'

red 239 ◦ green 215 ◦ blue 16

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

Shades of Lemon #EFD710

Tints of Lemon #EFD710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.74%

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

R = 50.85%
G = 45.74%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFD710 (or 0xEFD710) is known color: Lemon. HEX triplet: EF, D7 and 10. RGB value is (239,215,16). Sum of RGB (Red+Green+Blue) = 239+215+16=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD710 is #1028EF. Grayscale: #C8C8C8. Windows color (decimal): -1059056 or 1103855. OLE color: 1103855.

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

Color convert

RGB 239 215 16 -
CMYK 0 0.10 0.93 0.06
HSL 53.54º 0.87% 0.5% -
HSV(B) 53.54º 0.93% 0.94% -
XYZ 59.99 66.99 10.26 -
YUV 199.49 24.45 156.18 -
System Red Green Blue C M Y K H S L
Decimal 239 215 16 0 0.10 0.93 0.06 53.54 0.87 0.5
Hex EF D7 10 0 A 5D 6 36 57 32
Octal 357 327 20 0 12 135 6 66 127 62
Binary 11101111 11010111 10000 0 1010 1011101 110 110110 1010111 110010

Color Harmonies of #EFD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD710

Black with #EFD710

Text Example


Text Example

White with #EFD710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD710; }

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

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

background-color css

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

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

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

border-color css

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

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

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