Html Css Color HEX #EDC919 Moon Yellow

📋 copy color: '#EDC919'

red 237 ◦ green 201 ◦ blue 25

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

Shades of Moon Yellow #EDC919

Tints of Moon Yellow #EDC919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

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

R = 51.19%
G = 43.41%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDC919 (or 0xEDC919) is known color: Moon Yellow. HEX triplet: ED, C9 and 19. RGB value is (237,201,25). Sum of RGB (Red+Green+Blue) = 237+201+25=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 25 (10.16% from 255 or 5.40% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC919 is #1236E6. Grayscale: #C0C0C0. Windows color (decimal): -1193703 or 1690093. OLE color: 1690093.

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

Color convert

RGB 237 201 25 -
CMYK 0 0.15 0.89 0.07
HSL 49.81º 0.85% 0.51% -
HSV(B) 49.81º 0.89% 0.93% -
XYZ 55.99 59.85 9.52 -
YUV 191.7 33.93 160.31 -
System Red Green Blue C M Y K H S L
Decimal 237 201 25 0 0.15 0.89 0.07 49.81 0.85 0.51
Hex ED C9 19 0 F 59 7 32 55 33
Octal 355 311 31 0 17 131 7 62 125 63
Binary 11101101 11001001 11001 0 1111 1011001 111 110010 1010101 110011

Color Harmonies of #EDC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC919

Black with #EDC919

Text Example


Text Example

White with #EDC919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC919; }

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

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

background-color css

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

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

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

border-color css

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

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

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