Html Css Color HEX #EDC513 Moon Yellow

📋 copy color: '#EDC513'

red 237 ◦ green 197 ◦ blue 19

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

Shades of Moon Yellow #EDC513

Tints of Moon Yellow #EDC513

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.49%

 BLUE value IS 19 (7.81% from 255) = 4.19%

R = 52.32%
G = 43.49%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDC513 (or 0xEDC513) is known color: Moon Yellow. HEX triplet: ED, C5 and 13. RGB value is (237,197,19). Sum of RGB (Red+Green+Blue) = 237+197+19=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 19 (7.81% from 255 or 4.19% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC513 is #123AEC. Grayscale: #BDBDBD. Windows color (decimal): -1194733 or 1295853. OLE color: 1295853.

HSL color Cylindrical-coordinate representation of color #EDC513: hue angle of 48.99º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDC513 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 19 -
CMYK 0 0.17 0.92 0.07
HSL 48.99º 0.86% 0.5% -
HSV(B) 48.99º 0.92% 0.93% -
XYZ 55.01 57.98 8.91 -
YUV 188.67 32.25 162.47 -
System Red Green Blue C M Y K H S L
Decimal 237 197 19 0 0.17 0.92 0.07 48.99 0.86 0.5
Hex ED C5 13 0 11 5C 7 31 56 32
Octal 355 305 23 0 21 134 7 61 126 62
Binary 11101101 11000101 10011 0 10001 1011100 111 110001 1010110 110010

Color Harmonies of #EDC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC513

Black with #EDC513

Text Example


Text Example

White with #EDC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC513; }

 p { color: rgb(237,197,19); }

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

background-color css

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

 a { background-color: rgb(237,197,19); }

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

border-color css

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

 span { border-color: rgb(237,197,19); }

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