Html Css Color HEX #EFE605 Lemon

📋 copy color: '#EFE605'

red 239 ◦ green 230 ◦ blue 5

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

Shades of Lemon #EFE605

Tints of Lemon #EFE605

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.52%

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

R = 50.42%
G = 48.52%
B = 1.05%

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

#EFE605 (or 0xEFE605) is known color: Lemon. HEX triplet: EF, E6 and 05. RGB value is (239,230,5). Sum of RGB (Red+Green+Blue) = 239+230+5=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 5 (2.34% from 255 or 1.05% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE605 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE605 is #1019FA. Grayscale: #CFCFCF. Windows color (decimal): -1055227 or 386799. OLE color: 386799.

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

Color convert

RGB 239 230 5 -
CMYK 0 0.04 0.98 0.06
HSL 57.69º 0.96% 0.48% -
HSV(B) 57.69º 0.98% 0.94% -
XYZ 63.92 74.96 11.24 -
YUV 207.04 13.98 150.8 -
System Red Green Blue C M Y K H S L
Decimal 239 230 5 0 0.04 0.98 0.06 57.69 0.96 0.48
Hex EF E6 5 0 4 62 6 3A 60 30
Octal 357 346 5 0 4 142 6 72 140 60
Binary 11101111 11100110 101 0 100 1100010 110 111010 1100000 110000

Color Harmonies of #EFE605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE605

Black with #EFE605

Text Example


Text Example

White with #EFE605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE605; }

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

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

background-color css

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

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

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

border-color css

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

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

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