Html Css Color HEX #EDC119 Moon Yellow

📋 copy color: '#EDC119'

red 237 ◦ green 193 ◦ blue 25

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

Shades of Moon Yellow #EDC119

Tints of Moon Yellow #EDC119

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

 BLUE value IS 25 (10.16% from 255) = 5.49%

R = 52.09%
G = 42.42%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDC119 (or 0xEDC119) is known color: Moon Yellow. HEX triplet: ED, C1 and 19. RGB value is (237,193,25). Sum of RGB (Red+Green+Blue) = 237+193+25=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC119 is #123EE6. Grayscale: #BBBBBB. Windows color (decimal): -1195751 or 1688045. OLE color: 1688045.

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

Color convert

RGB 237 193 25 -
CMYK 0 0.19 0.89 0.07
HSL 47.55º 0.85% 0.51% -
HSV(B) 47.55º 0.89% 0.93% -
XYZ 54.17 56.21 8.92 -
YUV 187 36.58 163.66 -
System Red Green Blue C M Y K H S L
Decimal 237 193 25 0 0.19 0.89 0.07 47.55 0.85 0.51
Hex ED C1 19 0 13 59 7 30 55 33
Octal 355 301 31 0 23 131 7 60 125 63
Binary 11101101 11000001 11001 0 10011 1011001 111 110000 1010101 110011

Color Harmonies of #EDC119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC119

Black with #EDC119

Text Example


Text Example

White with #EDC119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC119; }

 p { color: rgb(237,193,25); }

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

background-color css

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

 a { background-color: rgb(237,193,25); }

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

border-color css

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

 span { border-color: rgb(237,193,25); }

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