Html Css Color HEX #EFE905 Lemon

📋 copy color: '#EFE905'

red 239 ◦ green 233 ◦ blue 5

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

Shades of Lemon #EFE905

Tints of Lemon #EFE905

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.85%

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

R = 50.1%
G = 48.85%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFE905 (or 0xEFE905) is known color: Lemon. HEX triplet: EF, E9 and 05. RGB value is (239,233,5). Sum of RGB (Red+Green+Blue) = 239+233+5=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE905 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE905 is #1016FA. Grayscale: #D1D1D1. Windows color (decimal): -1054459 or 387567. OLE color: 387567.

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

Color convert

RGB 239 233 5 -
CMYK 0 0.03 0.98 0.06
HSL 58.46º 0.96% 0.48% -
HSV(B) 58.46º 0.98% 0.94% -
XYZ 64.76 76.64 11.52 -
YUV 208.8 12.99 149.54 -
System Red Green Blue C M Y K H S L
Decimal 239 233 5 0 0.03 0.98 0.06 58.46 0.96 0.48
Hex EF E9 5 0 3 62 6 3A 60 30
Octal 357 351 5 0 3 142 6 72 140 60
Binary 11101111 11101001 101 0 11 1100010 110 111010 1100000 110000

Color Harmonies of #EFE905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE905

Black with #EFE905

Text Example


Text Example

White with #EFE905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE905; }

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

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

background-color css

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

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

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

border-color css

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

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

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