Html Css Color HEX #EDC60D Moon Yellow

📋 copy color: '#EDC60D'

red 237 ◦ green 198 ◦ blue 13

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

Shades of Moon Yellow #EDC60D

Tints of Moon Yellow #EDC60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.2%

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 52.9%
G = 44.2%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDC60D (or 0xEDC60D) is known color: Moon Yellow. HEX triplet: ED, C6 and 0D. RGB value is (237,198,13). Sum of RGB (Red+Green+Blue) = 237+198+13=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC60D is #1239F2. Grayscale: #BDBDBD. Windows color (decimal): -1194483 or 902893. OLE color: 902893.

HSL color Cylindrical-coordinate representation of color #EDC60D: hue angle of 49.55º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDC60D is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 198 13 -
CMYK 0 0.16 0.95 0.07
HSL 49.55º 0.9% 0.49% -
HSV(B) 49.55º 0.95% 0.93% -
XYZ 55.19 58.42 8.75 -
YUV 188.57 28.92 162.54 -
System Red Green Blue C M Y K H S L
Decimal 237 198 13 0 0.16 0.95 0.07 49.55 0.9 0.49
Hex ED C6 D 0 10 5F 7 32 5A 31
Octal 355 306 15 0 20 137 7 62 132 61
Binary 11101101 11000110 1101 0 10000 1011111 111 110010 1011010 110001

Color Harmonies of #EDC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC60D

Black with #EDC60D

Text Example


Text Example

White with #EDC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC60D; }

 p { color: rgb(237,198,13); }

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

background-color css

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

 a { background-color: rgb(237,198,13); }

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

border-color css

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

 span { border-color: rgb(237,198,13); }

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