Html Css Color HEX #EDDC15 Lemon

📋 copy color: '#EDDC15'

red 237 ◦ green 220 ◦ blue 21

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

Shades of Lemon #EDDC15

Tints of Lemon #EDDC15

RGB

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

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

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

R = 49.58%
G = 46.03%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDDC15 (or 0xEDDC15) is known color: Lemon. HEX triplet: ED, DC and 15. RGB value is (237,220,21). Sum of RGB (Red+Green+Blue) = 237+220+21=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 21 (8.59% from 255 or 4.39% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC15 is #1223EA. Grayscale: #CBCBCB. Windows color (decimal): -1188843 or 1432813. OLE color: 1432813.

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

Color convert

RGB 237 220 21 -
CMYK 0 0.07 0.91 0.07
HSL 55.28º 0.86% 0.51% -
HSV(B) 55.28º 0.91% 0.93% -
XYZ 60.65 69.25 10.88 -
YUV 202.4 25.63 152.68 -
System Red Green Blue C M Y K H S L
Decimal 237 220 21 0 0.07 0.91 0.07 55.28 0.86 0.51
Hex ED DC 15 0 7 5B 7 37 56 33
Octal 355 334 25 0 7 133 7 67 126 63
Binary 11101101 11011100 10101 0 111 1011011 111 110111 1010110 110011

Color Harmonies of #EDDC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC15

Black with #EDDC15

Text Example


Text Example

White with #EDDC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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