Html Css Color HEX #EDC917 Moon Yellow

📋 copy color: '#EDC917'

red 237 ◦ green 201 ◦ blue 23

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

Shades of Moon Yellow #EDC917

Tints of Moon Yellow #EDC917

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

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

R = 51.41%
G = 43.6%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDC917 (or 0xEDC917) is known color: Moon Yellow. HEX triplet: ED, C9 and 17. RGB value is (237,201,23). Sum of RGB (Red+Green+Blue) = 237+201+23=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC917 is #1236E8. Grayscale: #C0C0C0. Windows color (decimal): -1193705 or 1559021. OLE color: 1559021.

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

Color convert

RGB 237 201 23 -
CMYK 0 0.15 0.90 0.07
HSL 49.91º 0.86% 0.51% -
HSV(B) 49.91º 0.9% 0.93% -
XYZ 55.97 59.84 9.41 -
YUV 191.47 32.93 160.47 -
System Red Green Blue C M Y K H S L
Decimal 237 201 23 0 0.15 0.90 0.07 49.91 0.86 0.51
Hex ED C9 17 0 F 5A 7 32 56 33
Octal 355 311 27 0 17 132 7 62 126 63
Binary 11101101 11001001 10111 0 1111 1011010 111 110010 1010110 110011

Color Harmonies of #EDC917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC917

Black with #EDC917

Text Example


Text Example

White with #EDC917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC917; }

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

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

background-color css

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

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

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

border-color css

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

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

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