Html Css Color HEX #EFE407 Lemon

📋 copy color: '#EFE407'

red 239 ◦ green 228 ◦ blue 7

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

Shades of Lemon #EFE407

Tints of Lemon #EFE407

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.1%

 BLUE value IS 7 (3.13% from 255) = 1.48%

R = 50.42%
G = 48.1%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFE407 (or 0xEFE407) is known color: Lemon. HEX triplet: EF, E4 and 07. RGB value is (239,228,7). Sum of RGB (Red+Green+Blue) = 239+228+7=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 7 (3.12% from 255 or 1.48% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE407 is #101BF8. Grayscale: #CECECE. Windows color (decimal): -1055737 or 517359. OLE color: 517359.

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

Color convert

RGB 239 228 7 -
CMYK 0 0.05 0.97 0.06
HSL 57.16º 0.94% 0.48% -
HSV(B) 57.16º 0.97% 0.94% -
XYZ 63.38 73.85 11.12 -
YUV 206.1 15.64 151.47 -
System Red Green Blue C M Y K H S L
Decimal 239 228 7 0 0.05 0.97 0.06 57.16 0.94 0.48
Hex EF E4 7 0 5 61 6 39 5E 30
Octal 357 344 7 0 5 141 6 71 136 60
Binary 11101111 11100100 111 0 101 1100001 110 111001 1011110 110000

Color Harmonies of #EFE407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE407

Black with #EFE407

Text Example


Text Example

White with #EFE407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE407; }

 p { color: rgb(239,228,7); }

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

background-color css

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

 a { background-color: rgb(239,228,7); }

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

border-color css

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

 span { border-color: rgb(239,228,7); }

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