Html Css Color HEX #EDF313 Lemon

📋 copy color: '#EDF313'

red 237 ◦ green 243 ◦ blue 19

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

Shades of Lemon #EDF313

Tints of Lemon #EDF313

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.7%

 BLUE value IS 19 (7.81% from 255) = 3.81%

R = 47.49%
G = 48.7%
B = 3.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#EDF313 (or 0xEDF313) is known color: Lemon. HEX triplet: ED, F3 and 13. RGB value is (237,243,19). Sum of RGB (Red+Green+Blue) = 237+243+19=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 19 (7.81% from 255 or 3.81% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF313 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF313 is #120CEC. Grayscale: #D8D8D8. Windows color (decimal): -1182957 or 1307629. OLE color: 1307629.

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

Color convert

RGB 237 243 19 -
CMYK 0.02 0 0.92 0.05
HSL 61.61º 0.9% 0.51% -
HSV(B) 61.61º 0.92% 0.95% -
XYZ 67.09 82.15 12.94 -
YUV 215.67 17.01 143.21 -
System Red Green Blue C M Y K H S L
Decimal 237 243 19 0.02 0 0.92 0.05 61.61 0.9 0.51
Hex ED F3 13 2 0 5C 5 3E 5A 33
Octal 355 363 23 2 0 134 5 76 132 63
Binary 11101101 11110011 10011 10 0 1011100 101 111110 1011010 110011

Color Harmonies of #EDF313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF313

Black with #EDF313

Text Example


Text Example

White with #EDF313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF313; }

 p { color: rgb(237,243,19); }

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

background-color css

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

 a { background-color: rgb(237,243,19); }

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

border-color css

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

 span { border-color: rgb(237,243,19); }

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