Html Css Color HEX #EDF10D Lemon

📋 copy color: '#EDF10D'

red 237 ◦ green 241 ◦ blue 13

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

Shades of Lemon #EDF10D

Tints of Lemon #EDF10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.65%

R = 48.27%
G = 49.08%
B = 2.65%

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

#EDF10D (or 0xEDF10D) is known color: Lemon. HEX triplet: ED, F1 and 0D. RGB value is (237,241,13). Sum of RGB (Red+Green+Blue) = 237+241+13=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 13 (5.47% from 255 or 2.65% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF10D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF10D is #120EF2. Grayscale: #D6D6D6. Windows color (decimal): -1183475 or 913901. OLE color: 913901.

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

Color convert

RGB 237 241 13 -
CMYK 0.02 0 0.95 0.05
HSL 61.05º 0.9% 0.5% -
HSV(B) 61.05º 0.95% 0.95% -
XYZ 66.45 80.94 12.5 -
YUV 213.81 14.67 144.54 -
System Red Green Blue C M Y K H S L
Decimal 237 241 13 0.02 0 0.95 0.05 61.05 0.9 0.5
Hex ED F1 D 2 0 5F 5 3D 5A 32
Octal 355 361 15 2 0 137 5 75 132 62
Binary 11101101 11110001 1101 10 0 1011111 101 111101 1011010 110010

Color Harmonies of #EDF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF10D

Black with #EDF10D

Text Example


Text Example

White with #EDF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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