Html Css Color HEX #EFE808 Lemon

📋 copy color: '#EFE808'

red 239 ◦ green 232 ◦ blue 8

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

Shades of Lemon #EFE808

Tints of Lemon #EFE808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.67%

R = 49.9%
G = 48.43%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFE808 (or 0xEFE808) is known color: Lemon. HEX triplet: EF, E8 and 08. RGB value is (239,232,8). Sum of RGB (Red+Green+Blue) = 239+232+8=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 8 (3.52% from 255 or 1.67% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE808 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE808 is #1017F7. Grayscale: #D1D1D1. Windows color (decimal): -1054712 or 583919. OLE color: 583919.

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

Color convert

RGB 239 232 8 -
CMYK 0 0.03 0.97 0.06
HSL 58.18º 0.94% 0.48% -
HSV(B) 58.18º 0.97% 0.94% -
XYZ 64.5 76.08 11.52 -
YUV 208.56 14.82 149.71 -
System Red Green Blue C M Y K H S L
Decimal 239 232 8 0 0.03 0.97 0.06 58.18 0.94 0.48
Hex EF E8 8 0 3 61 6 3A 5E 30
Octal 357 350 10 0 3 141 6 72 136 60
Binary 11101111 11101000 1000 0 11 1100001 110 111010 1011110 110000

Color Harmonies of #EFE808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE808

Black with #EFE808

Text Example


Text Example

White with #EFE808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE808; }

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

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

background-color css

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

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

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

border-color css

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

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

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