Html Css Color HEX #EDF915 Lemon

📋 copy color: '#EDF915'

red 237 ◦ green 249 ◦ blue 21

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

Shades of Lemon #EDF915

Tints of Lemon #EDF915

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.11%

 BLUE value IS 21 (8.59% from 255) = 4.14%

R = 46.75%
G = 49.11%
B = 4.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#EDF915 (or 0xEDF915) is known color: Lemon. HEX triplet: ED, F9 and 15. RGB value is (237,249,21). Sum of RGB (Red+Green+Blue) = 237+249+21=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 21 (8.59% from 255 or 4.14% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF915 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF915 is #1206EA. Grayscale: #DCDCDC. Windows color (decimal): -1181419 or 1440237. OLE color: 1440237.

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

Color convert

RGB 237 249 21 -
CMYK 0.05 0 0.92 0.02
HSL 63.16º 0.95% 0.53% -
HSV(B) 63.16º 0.92% 0.98% -
XYZ 68.94 85.81 13.64 -
YUV 219.42 16.02 140.54 -
System Red Green Blue C M Y K H S L
Decimal 237 249 21 0.05 0 0.92 0.02 63.16 0.95 0.53
Hex ED F9 15 5 0 5C 2 3F 5F 35
Octal 355 371 25 5 0 134 2 77 137 65
Binary 11101101 11111001 10101 101 0 1011100 10 111111 1011111 110101

Color Harmonies of #EDF915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF915

Black with #EDF915

Text Example


Text Example

White with #EDF915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF915; }

 p { color: rgb(237,249,21); }

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

background-color css

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

 a { background-color: rgb(237,249,21); }

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

border-color css

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

 span { border-color: rgb(237,249,21); }

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