Html Css Color HEX #EDC424 Moon Yellow

📋 copy color: '#EDC424'

red 237 ◦ green 196 ◦ blue 36

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

Shades of Moon Yellow #EDC424

Tints of Moon Yellow #EDC424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.68%

R = 50.53%
G = 41.79%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDC424 (or 0xEDC424) is known color: Moon Yellow. HEX triplet: ED, C4 and 24. RGB value is (237,196,36). Sum of RGB (Red+Green+Blue) = 237+196+36=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 36 (14.45% from 255 or 7.68% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC424 is #123BDB. Grayscale: #BEBEBE. Windows color (decimal): -1194972 or 2409709. OLE color: 2409709.

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

Color convert

RGB 237 196 36 -
CMYK 0 0.17 0.85 0.07
HSL 47.76º 0.85% 0.54% -
HSV(B) 47.76º 0.85% 0.93% -
XYZ 54.98 57.61 9.89 -
YUV 190.02 41.08 161.51 -
System Red Green Blue C M Y K H S L
Decimal 237 196 36 0 0.17 0.85 0.07 47.76 0.85 0.54
Hex ED C4 24 0 11 55 7 30 55 36
Octal 355 304 44 0 21 125 7 60 125 66
Binary 11101101 11000100 100100 0 10001 1010101 111 110000 1010101 110110

Color Harmonies of #EDC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC424

Black with #EDC424

Text Example


Text Example

White with #EDC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC424; }

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

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

background-color css

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

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

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

border-color css

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

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

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