Html Css Color HEX #EDC719 Moon Yellow

📋 copy color: '#EDC719'

red 237 ◦ green 199 ◦ blue 25

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

Shades of Moon Yellow #EDC719

Tints of Moon Yellow #EDC719

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.17%

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

R = 51.41%
G = 43.17%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDC719 (or 0xEDC719) is known color: Moon Yellow. HEX triplet: ED, C7 and 19. RGB value is (237,199,25). Sum of RGB (Red+Green+Blue) = 237+199+25=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC719 is #1238E6. Grayscale: #BFBFBF. Windows color (decimal): -1194215 or 1689581. OLE color: 1689581.

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

Color convert

RGB 237 199 25 -
CMYK 0 0.16 0.89 0.07
HSL 49.25º 0.85% 0.51% -
HSV(B) 49.25º 0.89% 0.93% -
XYZ 55.52 58.92 9.37 -
YUV 190.53 34.59 161.15 -
System Red Green Blue C M Y K H S L
Decimal 237 199 25 0 0.16 0.89 0.07 49.25 0.85 0.51
Hex ED C7 19 0 10 59 7 31 55 33
Octal 355 307 31 0 20 131 7 61 125 63
Binary 11101101 11000111 11001 0 10000 1011001 111 110001 1010101 110011

Color Harmonies of #EDC719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC719

Black with #EDC719

Text Example


Text Example

White with #EDC719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC719; }

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

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

background-color css

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

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

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

border-color css

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

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

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