Html Css Color HEX #EDC60F Moon Yellow

📋 copy color: '#EDC60F'

red 237 ◦ green 198 ◦ blue 15

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

Shades of Moon Yellow #EDC60F

Tints of Moon Yellow #EDC60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 52.67%
G = 44%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDC60F (or 0xEDC60F) is known color: Moon Yellow. HEX triplet: ED, C6 and 0F. RGB value is (237,198,15). Sum of RGB (Red+Green+Blue) = 237+198+15=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC60F is #1239F0. Grayscale: #BDBDBD. Windows color (decimal): -1194481 or 1033965. OLE color: 1033965.

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

Color convert

RGB 237 198 15 -
CMYK 0 0.16 0.94 0.07
HSL 49.46º 0.88% 0.49% -
HSV(B) 49.46º 0.94% 0.93% -
XYZ 55.21 58.43 8.82 -
YUV 188.8 29.92 162.38 -
System Red Green Blue C M Y K H S L
Decimal 237 198 15 0 0.16 0.94 0.07 49.46 0.88 0.49
Hex ED C6 F 0 10 5E 7 31 58 31
Octal 355 306 17 0 20 136 7 61 130 61
Binary 11101101 11000110 1111 0 10000 1011110 111 110001 1011000 110001

Color Harmonies of #EDC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC60F

Black with #EDC60F

Text Example


Text Example

White with #EDC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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