Html Css Color HEX #EDE014 Lemon

📋 copy color: '#EDE014'

red 237 ◦ green 224 ◦ blue 20

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

Shades of Lemon #EDE014

Tints of Lemon #EDE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.57%

 BLUE value IS 20 (8.2% from 255) = 4.16%

R = 49.27%
G = 46.57%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDE014 (or 0xEDE014) is known color: Lemon. HEX triplet: ED, E0 and 14. RGB value is (237,224,20). Sum of RGB (Red+Green+Blue) = 237+224+20=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE014 is #121FEB. Grayscale: #CDCDCD. Windows color (decimal): -1187820 or 1368301. OLE color: 1368301.

HSL color Cylindrical-coordinate representation of color #EDE014: hue angle of 56.41º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDE014 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 20 -
CMYK 0 0.05 0.92 0.07
HSL 56.41º 0.86% 0.5% -
HSV(B) 56.41º 0.92% 0.93% -
XYZ 61.71 71.37 11.18 -
YUV 204.63 23.81 151.09 -
System Red Green Blue C M Y K H S L
Decimal 237 224 20 0 0.05 0.92 0.07 56.41 0.86 0.5
Hex ED E0 14 0 5 5C 7 38 56 32
Octal 355 340 24 0 5 134 7 70 126 62
Binary 11101101 11100000 10100 0 101 1011100 111 111000 1010110 110010

Color Harmonies of #EDE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE014

Black with #EDE014

Text Example


Text Example

White with #EDE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE014; }

 p { color: rgb(237,224,20); }

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

background-color css

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

 a { background-color: rgb(237,224,20); }

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

border-color css

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

 span { border-color: rgb(237,224,20); }

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