Html Css Color HEX #EFF01C Lemon

📋 copy color: '#EFF01C'

red 239 ◦ green 240 ◦ blue 28

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

Shades of Lemon #EFF01C

Tints of Lemon #EFF01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.52%

R = 47.14%
G = 47.34%
B = 5.52%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFF01C (or 0xEFF01C) is known color: Lemon. HEX triplet: EF, F0 and 1C. RGB value is (239,240,28). Sum of RGB (Red+Green+Blue) = 239+240+28=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 28 (11.33% from 255 or 5.52% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF01C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF01C is #100FE3. Grayscale: #D8D8D8. Windows color (decimal): -1052644 or 1896687. OLE color: 1896687.

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

Color convert

RGB 239 240 28 -
CMYK 0.00 0 0.88 0.06
HSL 60.28º 0.88% 0.53% -
HSV(B) 60.28º 0.88% 0.94% -
XYZ 66.97 80.75 13.16 -
YUV 215.53 22.17 144.74 -
System Red Green Blue C M Y K H S L
Decimal 239 240 28 0.00 0 0.88 0.06 60.28 0.88 0.53
Hex EF F0 1C 0 0 58 6 3C 58 35
Octal 357 360 34 0 0 130 6 74 130 65
Binary 11101111 11110000 11100 0 0 1011000 110 111100 1011000 110101

Color Harmonies of #EFF01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF01C

Black with #EFF01C

Text Example


Text Example

White with #EFF01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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