Html Css Color HEX #EFEE05 Lemon

📋 copy color: '#EFEE05'

red 239 ◦ green 238 ◦ blue 5

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

Shades of Lemon #EFEE05

Tints of Lemon #EFEE05

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.38%

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

R = 49.59%
G = 49.38%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFEE05 (or 0xEFEE05) is known color: Lemon. HEX triplet: EF, EE and 05. RGB value is (239,238,5). Sum of RGB (Red+Green+Blue) = 239+238+5=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 5 (2.34% from 255 or 1.04% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEE05 is #1011FA. Grayscale: #D4D4D4. Windows color (decimal): -1053179 or 388847. OLE color: 388847.

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

Color convert

RGB 239 238 5 -
CMYK 0 0.00 0.98 0.06
HSL 59.74º 0.96% 0.48% -
HSV(B) 59.74º 0.98% 0.94% -
XYZ 66.2 79.51 12 -
YUV 211.74 11.33 147.45 -
System Red Green Blue C M Y K H S L
Decimal 239 238 5 0 0.00 0.98 0.06 59.74 0.96 0.48
Hex EF EE 5 0 0 62 6 3C 60 30
Octal 357 356 5 0 0 142 6 74 140 60
Binary 11101111 11101110 101 0 0 1100010 110 111100 1100000 110000

Color Harmonies of #EFEE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE05

Black with #EFEE05

Text Example


Text Example

White with #EFEE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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