Html Css Color HEX #EDC819 Moon Yellow

📋 copy color: '#EDC819'

red 237 ◦ green 200 ◦ blue 25

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

Shades of Moon Yellow #EDC819

Tints of Moon Yellow #EDC819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.29%

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

R = 51.3%
G = 43.29%
B = 5.41%

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

#EDC819 (or 0xEDC819) is known color: Moon Yellow. HEX triplet: ED, C8 and 19. RGB value is (237,200,25). Sum of RGB (Red+Green+Blue) = 237+200+25=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC819 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC819 is #1237E6. Grayscale: #BFBFBF. Windows color (decimal): -1193959 or 1689837. OLE color: 1689837.

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

Color convert

RGB 237 200 25 -
CMYK 0 0.16 0.89 0.07
HSL 49.53º 0.85% 0.51% -
HSV(B) 49.53º 0.89% 0.93% -
XYZ 55.75 59.38 9.44 -
YUV 191.11 34.26 160.73 -
System Red Green Blue C M Y K H S L
Decimal 237 200 25 0 0.16 0.89 0.07 49.53 0.85 0.51
Hex ED C8 19 0 10 59 7 32 55 33
Octal 355 310 31 0 20 131 7 62 125 63
Binary 11101101 11001000 11001 0 10000 1011001 111 110010 1010101 110011

Color Harmonies of #EDC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC819

Black with #EDC819

Text Example


Text Example

White with #EDC819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC819; }

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

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

background-color css

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

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

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

border-color css

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

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

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