Html Css Color HEX #EDF310 Lemon

📋 copy color: '#EDF310'

red 237 ◦ green 243 ◦ blue 16

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

Shades of Lemon #EDF310

Tints of Lemon #EDF310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.23%

R = 47.78%
G = 48.99%
B = 3.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#EDF310 (or 0xEDF310) is known color: Lemon. HEX triplet: ED, F3 and 10. RGB value is (237,243,16). Sum of RGB (Red+Green+Blue) = 237+243+16=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 16 (6.64% from 255 or 3.23% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF310 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF310 is #120CEF. Grayscale: #D8D8D8. Windows color (decimal): -1182960 or 1111021. OLE color: 1111021.

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

Color convert

RGB 237 243 16 -
CMYK 0.02 0 0.93 0.05
HSL 61.59º 0.9% 0.51% -
HSV(B) 61.59º 0.93% 0.95% -
XYZ 67.07 82.14 12.81 -
YUV 215.33 15.51 143.46 -
System Red Green Blue C M Y K H S L
Decimal 237 243 16 0.02 0 0.93 0.05 61.59 0.9 0.51
Hex ED F3 10 2 0 5D 5 3E 5A 33
Octal 355 363 20 2 0 135 5 76 132 63
Binary 11101101 11110011 10000 10 0 1011101 101 111110 1011010 110011

Color Harmonies of #EDF310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF310

Black with #EDF310

Text Example


Text Example

White with #EDF310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF310; }

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

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

background-color css

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

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

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

border-color css

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

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

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