Html Css Color HEX #EFF01A Lemon

📋 copy color: '#EFF01A'

red 239 ◦ green 240 ◦ blue 26

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

Shades of Lemon #EFF01A

Tints of Lemon #EFF01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.15%

R = 47.33%
G = 47.52%
B = 5.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFF01A (or 0xEFF01A) is known color: Lemon. HEX triplet: EF, F0 and 1A. RGB value is (239,240,26). Sum of RGB (Red+Green+Blue) = 239+240+26=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 26 (10.55% from 255 or 5.15% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF01A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF01A is #100FE5. Grayscale: #D8D8D8. Windows color (decimal): -1052646 or 1765615. OLE color: 1765615.

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

Color convert

RGB 239 240 26 -
CMYK 0.00 0 0.89 0.06
HSL 60.28º 0.88% 0.52% -
HSV(B) 60.28º 0.89% 0.94% -
XYZ 66.94 80.75 13.03 -
YUV 215.31 21.17 144.9 -
System Red Green Blue C M Y K H S L
Decimal 239 240 26 0.00 0 0.89 0.06 60.28 0.88 0.52
Hex EF F0 1A 0 0 59 6 3C 58 34
Octal 357 360 32 0 0 131 6 74 130 64
Binary 11101111 11110000 11010 0 0 1011001 110 111100 1011000 110100

Color Harmonies of #EFF01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF01A

Black with #EFF01A

Text Example


Text Example

White with #EFF01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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