Html Css Color HEX #EFF10B Lemon

📋 copy color: '#EFF10B'

red 239 ◦ green 241 ◦ blue 11

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

Shades of Lemon #EFF10B

Tints of Lemon #EFF10B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.08%

 BLUE value IS 11 (4.69% from 255) = 2.24%

R = 48.68%
G = 49.08%
B = 2.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#EFF10B (or 0xEFF10B) is known color: Lemon. HEX triplet: EF, F1 and 0B. RGB value is (239,241,11). Sum of RGB (Red+Green+Blue) = 239+241+11=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 11 (4.69% from 255 or 2.24% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF10B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF10B is #100EF4. Grayscale: #D7D7D7. Windows color (decimal): -1052405 or 782831. OLE color: 782831.

HSL color Cylindrical-coordinate representation of color #EFF10B: hue angle of 60.52º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFF10B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 241 11 -
CMYK 0.01 0 0.95 0.05
HSL 60.52º 0.91% 0.49% -
HSV(B) 60.52º 0.95% 0.95% -
XYZ 67.11 81.29 12.47 -
YUV 214.18 13.34 145.7 -
System Red Green Blue C M Y K H S L
Decimal 239 241 11 0.01 0 0.95 0.05 60.52 0.91 0.49
Hex EF F1 B 1 0 5F 5 3D 5B 31
Octal 357 361 13 1 0 137 5 75 133 61
Binary 11101111 11110001 1011 1 0 1011111 101 111101 1011011 110001

Color Harmonies of #EFF10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF10B

Black with #EFF10B

Text Example


Text Example

White with #EFF10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF10B; }

 p { color: rgb(239,241,11); }

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

background-color css

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

 a { background-color: rgb(239,241,11); }

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

border-color css

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

 span { border-color: rgb(239,241,11); }

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