Html Css Color HEX #EDC524 Moon Yellow

📋 copy color: '#EDC524'

red 237 ◦ green 197 ◦ blue 36

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

Shades of Moon Yellow #EDC524

Tints of Moon Yellow #EDC524

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.91%

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

R = 50.43%
G = 41.91%
B = 7.66%

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

#EDC524 (or 0xEDC524) is known color: Moon Yellow. HEX triplet: ED, C5 and 24. RGB value is (237,197,36). Sum of RGB (Red+Green+Blue) = 237+197+36=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 36 (14.45% from 255 or 7.66% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC524 is #123ADB. Grayscale: #BFBFBF. Windows color (decimal): -1194716 or 2409965. OLE color: 2409965.

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

Color convert

RGB 237 197 36 -
CMYK 0 0.17 0.85 0.07
HSL 48.06º 0.85% 0.54% -
HSV(B) 48.06º 0.85% 0.93% -
XYZ 55.21 58.06 9.97 -
YUV 190.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 237 197 36 0 0.17 0.85 0.07 48.06 0.85 0.54
Hex ED C5 24 0 11 55 7 30 55 36
Octal 355 305 44 0 21 125 7 60 125 66
Binary 11101101 11000101 100100 0 10001 1010101 111 110000 1010101 110110

Color Harmonies of #EDC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC524

Black with #EDC524

Text Example


Text Example

White with #EDC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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