Html Css Color HEX #EDDC16 Lemon

📋 copy color: '#EDDC16'

red 237 ◦ green 220 ◦ blue 22

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

Shades of Lemon #EDDC16

Tints of Lemon #EDDC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.59%

R = 49.48%
G = 45.93%
B = 4.59%

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

#EDDC16 (or 0xEDDC16) is known color: Lemon. HEX triplet: ED, DC and 16. RGB value is (237,220,22). Sum of RGB (Red+Green+Blue) = 237+220+22=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC16 is #1223E9. Grayscale: #CBCBCB. Windows color (decimal): -1188842 or 1498349. OLE color: 1498349.

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

Color convert

RGB 237 220 22 -
CMYK 0 0.07 0.91 0.07
HSL 55.26º 0.86% 0.51% -
HSV(B) 55.26º 0.91% 0.93% -
XYZ 60.66 69.25 10.93 -
YUV 202.51 26.13 152.6 -
System Red Green Blue C M Y K H S L
Decimal 237 220 22 0 0.07 0.91 0.07 55.26 0.86 0.51
Hex ED DC 16 0 7 5B 7 37 56 33
Octal 355 334 26 0 7 133 7 67 126 63
Binary 11101101 11011100 10110 0 111 1011011 111 110111 1010110 110011

Color Harmonies of #EDDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC16

Black with #EDDC16

Text Example


Text Example

White with #EDDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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