Html Css Color HEX #EDDC14 Lemon

📋 copy color: '#EDDC14'

red 237 ◦ green 220 ◦ blue 20

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

Shades of Lemon #EDDC14

Tints of Lemon #EDDC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

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

R = 49.69%
G = 46.12%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDDC14 (or 0xEDDC14) is known color: Lemon. HEX triplet: ED, DC and 14. RGB value is (237,220,20). Sum of RGB (Red+Green+Blue) = 237+220+20=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC14 is #1223EB. Grayscale: #CBCBCB. Windows color (decimal): -1188844 or 1367277. OLE color: 1367277.

HSL color Cylindrical-coordinate representation of color #EDDC14: hue angle of 55.3º 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 #EDDC14 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 20 -
CMYK 0 0.07 0.92 0.07
HSL 55.3º 0.86% 0.5% -
HSV(B) 55.3º 0.92% 0.93% -
XYZ 60.64 69.24 10.83 -
YUV 202.28 25.13 152.76 -
System Red Green Blue C M Y K H S L
Decimal 237 220 20 0 0.07 0.92 0.07 55.3 0.86 0.5
Hex ED DC 14 0 7 5C 7 37 56 32
Octal 355 334 24 0 7 134 7 67 126 62
Binary 11101101 11011100 10100 0 111 1011100 111 110111 1010110 110010

Color Harmonies of #EDDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC14

Black with #EDDC14

Text Example


Text Example

White with #EDDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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