Html Css Color HEX #EFD810 Lemon

📋 copy color: '#EFD810'

red 239 ◦ green 216 ◦ blue 16

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

Shades of Lemon #EFD810

Tints of Lemon #EFD810

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

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

R = 50.74%
G = 45.86%
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

#EFD810 (or 0xEFD810) is known color: Lemon. HEX triplet: EF, D8 and 10. RGB value is (239,216,16). Sum of RGB (Red+Green+Blue) = 239+216+16=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD810 is #1027EF. Grayscale: #C8C8C8. Windows color (decimal): -1058800 or 1104111. OLE color: 1104111.

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

Color convert

RGB 239 216 16 -
CMYK 0 0.10 0.93 0.06
HSL 53.81º 0.87% 0.5% -
HSV(B) 53.81º 0.93% 0.94% -
XYZ 60.25 67.5 10.34 -
YUV 200.08 24.12 155.76 -
System Red Green Blue C M Y K H S L
Decimal 239 216 16 0 0.10 0.93 0.06 53.81 0.87 0.5
Hex EF D8 10 0 A 5D 6 36 57 32
Octal 357 330 20 0 12 135 6 66 127 62
Binary 11101111 11011000 10000 0 1010 1011101 110 110110 1010111 110010

Color Harmonies of #EFD810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD810

Black with #EFD810

Text Example


Text Example

White with #EFD810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD810; }

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

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

background-color css

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

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

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

border-color css

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

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

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