Html Css Color HEX #EFE80A Lemon

📋 copy color: '#EFE80A'

red 239 ◦ green 232 ◦ blue 10

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

Shades of Lemon #EFE80A

Tints of Lemon #EFE80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.08%

R = 49.69%
G = 48.23%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFE80A (or 0xEFE80A) is known color: Lemon. HEX triplet: EF, E8 and 0A. RGB value is (239,232,10). Sum of RGB (Red+Green+Blue) = 239+232+10=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE80A is #1017F5. Grayscale: #D1D1D1. Windows color (decimal): -1054710 or 714991. OLE color: 714991.

HSL color Cylindrical-coordinate representation of color #EFE80A: hue angle of 58.17º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFE80A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 10 -
CMYK 0 0.03 0.96 0.06
HSL 58.17º 0.92% 0.49% -
HSV(B) 58.17º 0.96% 0.94% -
XYZ 64.51 76.09 11.57 -
YUV 208.79 15.82 149.55 -
System Red Green Blue C M Y K H S L
Decimal 239 232 10 0 0.03 0.96 0.06 58.17 0.92 0.49
Hex EF E8 A 0 3 60 6 3A 5C 31
Octal 357 350 12 0 3 140 6 72 134 61
Binary 11101111 11101000 1010 0 11 1100000 110 111010 1011100 110001

Color Harmonies of #EFE80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE80A

Black with #EFE80A

Text Example


Text Example

White with #EFE80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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