Html Css Color HEX #EDF10B Lemon

📋 copy color: '#EDF10B'

red 237 ◦ green 241 ◦ blue 11

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

Shades of Lemon #EDF10B

Tints of Lemon #EDF10B

RGB

 RED value IS 237 (92.97% from 255) = 48.47%

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

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

R = 48.47%
G = 49.28%
B = 2.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#EDF10B (or 0xEDF10B) is known color: Lemon. HEX triplet: ED, F1 and 0B. RGB value is (237,241,11). Sum of RGB (Red+Green+Blue) = 237+241+11=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 11 (4.69% from 255 or 2.25% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF10B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF10B is #120EF4. Grayscale: #D6D6D6. Windows color (decimal): -1183477 or 782829. OLE color: 782829.

HSL color Cylindrical-coordinate representation of color #EDF10B: hue angle of 61.04º 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 #EDF10B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 11 -
CMYK 0.02 0 0.95 0.05
HSL 61.04º 0.91% 0.49% -
HSV(B) 61.04º 0.95% 0.95% -
XYZ 66.44 80.94 12.44 -
YUV 213.58 13.67 144.7 -
System Red Green Blue C M Y K H S L
Decimal 237 241 11 0.02 0 0.95 0.05 61.04 0.91 0.49
Hex ED F1 B 2 0 5F 5 3D 5B 31
Octal 355 361 13 2 0 137 5 75 133 61
Binary 11101101 11110001 1011 10 0 1011111 101 111101 1011011 110001

Color Harmonies of #EDF10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF10B

Black with #EDF10B

Text Example


Text Example

White with #EDF10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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