Html Css Color HEX #EDC417 Moon Yellow

📋 copy color: '#EDC417'

red 237 ◦ green 196 ◦ blue 23

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

Shades of Moon Yellow #EDC417

Tints of Moon Yellow #EDC417

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.98%

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

R = 51.97%
G = 42.98%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDC417 (or 0xEDC417) is known color: Moon Yellow. HEX triplet: ED, C4 and 17. RGB value is (237,196,23). Sum of RGB (Red+Green+Blue) = 237+196+23=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC417 is #123BE8. Grayscale: #BDBDBD. Windows color (decimal): -1194985 or 1557741. OLE color: 1557741.

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

Color convert

RGB 237 196 23 -
CMYK 0 0.17 0.90 0.07
HSL 48.5º 0.86% 0.51% -
HSV(B) 48.5º 0.9% 0.93% -
XYZ 54.82 57.55 9.03 -
YUV 188.54 34.58 162.57 -
System Red Green Blue C M Y K H S L
Decimal 237 196 23 0 0.17 0.90 0.07 48.5 0.86 0.51
Hex ED C4 17 0 11 5A 7 31 56 33
Octal 355 304 27 0 21 132 7 61 126 63
Binary 11101101 11000100 10111 0 10001 1011010 111 110001 1010110 110011

Color Harmonies of #EDC417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC417

Black with #EDC417

Text Example


Text Example

White with #EDC417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC417; }

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

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

background-color css

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

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

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

border-color css

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

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

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