Html Css Color HEX #EFF01B Lemon

📋 copy color: '#EFF01B'

red 239 ◦ green 240 ◦ blue 27

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

Shades of Lemon #EFF01B

Tints of Lemon #EFF01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.34%

R = 47.23%
G = 47.43%
B = 5.34%

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

#EFF01B (or 0xEFF01B) is known color: Lemon. HEX triplet: EF, F0 and 1B. RGB value is (239,240,27). Sum of RGB (Red+Green+Blue) = 239+240+27=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 27 (10.94% from 255 or 5.34% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF01B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF01B is #100FE4. Grayscale: #D8D8D8. Windows color (decimal): -1052645 or 1831151. OLE color: 1831151.

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

Color convert

RGB 239 240 27 -
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.95 80.75 13.09 -
YUV 215.42 21.67 144.82 -
System Red Green Blue C M Y K H S L
Decimal 239 240 27 0.00 0 0.89 0.06 60.28 0.88 0.52
Hex EF F0 1B 0 0 59 6 3C 58 34
Octal 357 360 33 0 0 131 6 74 130 64
Binary 11101111 11110000 11011 0 0 1011001 110 111100 1011000 110100

Color Harmonies of #EFF01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF01B

Black with #EFF01B

Text Example


Text Example

White with #EFF01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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