Html Css Color HEX #EFF00A Lemon

📋 copy color: '#EFF00A'

red 239 ◦ green 240 ◦ blue 10

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

Shades of Lemon #EFF00A

Tints of Lemon #EFF00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.08%

 BLUE value IS 10 (4.3% from 255) = 2.04%

R = 48.88%
G = 49.08%
B = 2.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFF00A (or 0xEFF00A) is known color: Lemon. HEX triplet: EF, F0 and 0A. RGB value is (239,240,10). Sum of RGB (Red+Green+Blue) = 239+240+10=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 10 (4.30% from 255 or 2.04% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF00A is #100FF5. Grayscale: #D6D6D6. Windows color (decimal): -1052662 or 717039. OLE color: 717039.

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

Color convert

RGB 239 240 10 -
CMYK 0.00 0 0.96 0.06
HSL 60.26º 0.92% 0.49% -
HSV(B) 60.26º 0.96% 0.94% -
XYZ 66.81 80.69 12.34 -
YUV 213.48 13.17 146.2 -
System Red Green Blue C M Y K H S L
Decimal 239 240 10 0.00 0 0.96 0.06 60.26 0.92 0.49
Hex EF F0 A 0 0 60 6 3C 5C 31
Octal 357 360 12 0 0 140 6 74 134 61
Binary 11101111 11110000 1010 0 0 1100000 110 111100 1011100 110001

Color Harmonies of #EFF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF00A

Black with #EFF00A

Text Example


Text Example

White with #EFF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF00A; }

 p { color: rgb(239,240,10); }

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

background-color css

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

 a { background-color: rgb(239,240,10); }

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

border-color css

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

 span { border-color: rgb(239,240,10); }

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