Html Css Color HEX #EDC025 Moon Yellow

📋 copy color: '#EDC025'

red 237 ◦ green 192 ◦ blue 37

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

Shades of Moon Yellow #EDC025

Tints of Moon Yellow #EDC025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

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

R = 50.86%
G = 41.2%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDC025 (or 0xEDC025) is known color: Moon Yellow. HEX triplet: ED, C0 and 25. RGB value is (237,192,37). Sum of RGB (Red+Green+Blue) = 237+192+37=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC025 is #123FDA. Grayscale: #BCBCBC. Windows color (decimal): -1195995 or 2474221. OLE color: 2474221.

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

Color convert

RGB 237 192 37 -
CMYK 0 0.19 0.84 0.07
HSL 46.5º 0.85% 0.54% -
HSV(B) 46.5º 0.84% 0.93% -
XYZ 54.11 55.84 9.68 -
YUV 187.79 42.91 163.1 -
System Red Green Blue C M Y K H S L
Decimal 237 192 37 0 0.19 0.84 0.07 46.5 0.85 0.54
Hex ED C0 25 0 13 54 7 2E 55 36
Octal 355 300 45 0 23 124 7 56 125 66
Binary 11101101 11000000 100101 0 10011 1010100 111 101110 1010101 110110

Color Harmonies of #EDC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC025

Black with #EDC025

Text Example


Text Example

White with #EDC025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC025; }

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

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

background-color css

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

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

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

border-color css

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

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

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