Html Css Color HEX #EFE810 Lemon

📋 copy color: '#EFE810'

red 239 ◦ green 232 ◦ blue 16

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

Shades of Lemon #EFE810

Tints of Lemon #EFE810

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.64%

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

R = 49.08%
G = 47.64%
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

#EFE810 (or 0xEFE810) is known color: Lemon. HEX triplet: EF, E8 and 10. RGB value is (239,232,16). Sum of RGB (Red+Green+Blue) = 239+232+16=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 16 (6.64% from 255 or 3.29% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE810 is #1017EF. Grayscale: #D2D2D2. Windows color (decimal): -1054704 or 1108207. OLE color: 1108207.

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

Color convert

RGB 239 232 16 -
CMYK 0 0.03 0.93 0.06
HSL 58.12º 0.87% 0.5% -
HSV(B) 58.12º 0.93% 0.94% -
XYZ 64.55 76.1 11.78 -
YUV 209.47 18.82 149.06 -
System Red Green Blue C M Y K H S L
Decimal 239 232 16 0 0.03 0.93 0.06 58.12 0.87 0.5
Hex EF E8 10 0 3 5D 6 3A 57 32
Octal 357 350 20 0 3 135 6 72 127 62
Binary 11101111 11101000 10000 0 11 1011101 110 111010 1010111 110010

Color Harmonies of #EFE810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE810

Black with #EFE810

Text Example


Text Example

White with #EFE810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE810; }

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

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

background-color css

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

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

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

border-color css

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

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

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