Html Css Color HEX #EFE505 Lemon

📋 copy color: '#EFE505'

red 239 ◦ green 229 ◦ blue 5

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

Shades of Lemon #EFE505

Tints of Lemon #EFE505

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.41%

 BLUE value IS 5 (2.34% from 255) = 1.06%

R = 50.53%
G = 48.41%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFE505 (or 0xEFE505) is known color: Lemon. HEX triplet: EF, E5 and 05. RGB value is (239,229,5). Sum of RGB (Red+Green+Blue) = 239+229+5=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 5 (2.34% from 255 or 1.06% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE505 is #101AFA. Grayscale: #CFCFCF. Windows color (decimal): -1055483 or 386543. OLE color: 386543.

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

Color convert

RGB 239 229 5 -
CMYK 0 0.04 0.98 0.06
HSL 57.44º 0.96% 0.48% -
HSV(B) 57.44º 0.98% 0.94% -
XYZ 63.64 74.4 11.15 -
YUV 206.45 14.31 151.21 -
System Red Green Blue C M Y K H S L
Decimal 239 229 5 0 0.04 0.98 0.06 57.44 0.96 0.48
Hex EF E5 5 0 4 62 6 39 60 30
Octal 357 345 5 0 4 142 6 71 140 60
Binary 11101111 11100101 101 0 100 1100010 110 111001 1100000 110000

Color Harmonies of #EFE505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE505

Black with #EFE505

Text Example


Text Example

White with #EFE505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE505; }

 p { color: rgb(239,229,5); }

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

background-color css

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

 a { background-color: rgb(239,229,5); }

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

border-color css

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

 span { border-color: rgb(239,229,5); }

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