Html Css Color HEX #EDDD17 Lemon

📋 copy color: '#EDDD17'

red 237 ◦ green 221 ◦ blue 23

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

Shades of Lemon #EDDD17

Tints of Lemon #EDDD17

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.95%

 BLUE value IS 23 (9.38% from 255) = 4.78%

R = 49.27%
G = 45.95%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDDD17 (or 0xEDDD17) is known color: Lemon. HEX triplet: ED, DD and 17. RGB value is (237,221,23). Sum of RGB (Red+Green+Blue) = 237+221+23=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 23 (9.38% from 255 or 4.78% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD17 is #1222E8. Grayscale: #CCCCCC. Windows color (decimal): -1188585 or 1564141. OLE color: 1564141.

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

Color convert

RGB 237 221 23 -
CMYK 0 0.07 0.90 0.07
HSL 55.51º 0.86% 0.51% -
HSV(B) 55.51º 0.9% 0.93% -
XYZ 60.94 69.78 11.07 -
YUV 203.21 26.3 152.1 -
System Red Green Blue C M Y K H S L
Decimal 237 221 23 0 0.07 0.90 0.07 55.51 0.86 0.51
Hex ED DD 17 0 7 5A 7 38 56 33
Octal 355 335 27 0 7 132 7 70 126 63
Binary 11101101 11011101 10111 0 111 1011010 111 111000 1010110 110011

Color Harmonies of #EDDD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD17

Black with #EDDD17

Text Example


Text Example

White with #EDDD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD17; }

 p { color: rgb(237,221,23); }

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

background-color css

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

 a { background-color: rgb(237,221,23); }

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

border-color css

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

 span { border-color: rgb(237,221,23); }

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