Html Css Color HEX #EDEF15 Lemon

📋 copy color: '#EDEF15'

red 237 ◦ green 239 ◦ blue 21

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

Shades of Lemon #EDEF15

Tints of Lemon #EDEF15

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.09%

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

R = 47.69%
G = 48.09%
B = 4.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EDEF15 (or 0xEDEF15) is known color: Lemon. HEX triplet: ED, EF and 15. RGB value is (237,239,21). Sum of RGB (Red+Green+Blue) = 237+239+21=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 21 (8.59% from 255 or 4.23% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF15 is #1210EA. Grayscale: #D6D6D6. Windows color (decimal): -1183979 or 1437677. OLE color: 1437677.

HSL color Cylindrical-coordinate representation of color #EDEF15: hue angle of 60.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDEF15 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 21 -
CMYK 0.01 0 0.91 0.06
HSL 60.55º 0.87% 0.51% -
HSV(B) 60.55º 0.91% 0.94% -
XYZ 65.93 79.79 12.64 -
YUV 213.55 19.34 144.73 -
System Red Green Blue C M Y K H S L
Decimal 237 239 21 0.01 0 0.91 0.06 60.55 0.87 0.51
Hex ED EF 15 1 0 5B 6 3D 57 33
Octal 355 357 25 1 0 133 6 75 127 63
Binary 11101101 11101111 10101 1 0 1011011 110 111101 1010111 110011

Color Harmonies of #EDEF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF15

Black with #EDEF15

Text Example


Text Example

White with #EDEF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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