Html Css Color HEX #EDC525 Moon Yellow

📋 copy color: '#EDC525'

red 237 ◦ green 197 ◦ blue 37

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

Shades of Moon Yellow #EDC525

Tints of Moon Yellow #EDC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.86%

R = 50.32%
G = 41.83%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDC525 (or 0xEDC525) is known color: Moon Yellow. HEX triplet: ED, C5 and 25. RGB value is (237,197,37). Sum of RGB (Red+Green+Blue) = 237+197+37=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC525 is #123ADA. Grayscale: #BFBFBF. Windows color (decimal): -1194715 or 2475501. OLE color: 2475501.

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

Color convert

RGB 237 197 37 -
CMYK 0 0.17 0.84 0.07
HSL 48º 0.85% 0.54% -
HSV(B) 48º 0.84% 0.93% -
XYZ 55.23 58.07 10.05 -
YUV 190.72 41.25 161.01 -
System Red Green Blue C M Y K H S L
Decimal 237 197 37 0 0.17 0.84 0.07 48 0.85 0.54
Hex ED C5 25 0 11 54 7 30 55 36
Octal 355 305 45 0 21 124 7 60 125 66
Binary 11101101 11000101 100101 0 10001 1010100 111 110000 1010101 110110

Color Harmonies of #EDC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC525

Black with #EDC525

Text Example


Text Example

White with #EDC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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