Html Css Color HEX #EDC410 Moon Yellow

📋 copy color: '#EDC410'

red 237 ◦ green 196 ◦ blue 16

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

Shades of Moon Yellow #EDC410

Tints of Moon Yellow #EDC410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 52.78%
G = 43.65%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDC410 (or 0xEDC410) is known color: Moon Yellow. HEX triplet: ED, C4 and 10. RGB value is (237,196,16). Sum of RGB (Red+Green+Blue) = 237+196+16=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC410 is #123BEF. Grayscale: #BCBCBC. Windows color (decimal): -1194992 or 1098989. OLE color: 1098989.

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

Color convert

RGB 237 196 16 -
CMYK 0 0.17 0.93 0.07
HSL 48.87º 0.87% 0.5% -
HSV(B) 48.87º 0.93% 0.93% -
XYZ 54.76 57.52 8.71 -
YUV 187.74 31.08 163.14 -
System Red Green Blue C M Y K H S L
Decimal 237 196 16 0 0.17 0.93 0.07 48.87 0.87 0.5
Hex ED C4 10 0 11 5D 7 31 57 32
Octal 355 304 20 0 21 135 7 61 127 62
Binary 11101101 11000100 10000 0 10001 1011101 111 110001 1010111 110010

Color Harmonies of #EDC410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC410

Black with #EDC410

Text Example


Text Example

White with #EDC410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC410; }

 p { color: rgb(237,196,16); }

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

background-color css

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

 a { background-color: rgb(237,196,16); }

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

border-color css

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

 span { border-color: rgb(237,196,16); }

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