Html Css Color HEX #EDC110 Moon Yellow

📋 copy color: '#EDC110'

red 237 ◦ green 193 ◦ blue 16

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

Shades of Moon Yellow #EDC110

Tints of Moon Yellow #EDC110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.27%

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

R = 53.14%
G = 43.27%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDC110 (or 0xEDC110) is known color: Moon Yellow. HEX triplet: ED, C1 and 10. RGB value is (237,193,16). Sum of RGB (Red+Green+Blue) = 237+193+16=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC110 is #123EEF. Grayscale: #BABABA. Windows color (decimal): -1195760 or 1098221. OLE color: 1098221.

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

Color convert

RGB 237 193 16 -
CMYK 0 0.19 0.93 0.07
HSL 48.05º 0.87% 0.5% -
HSV(B) 48.05º 0.93% 0.93% -
XYZ 54.09 56.18 8.48 -
YUV 185.98 32.08 164.39 -
System Red Green Blue C M Y K H S L
Decimal 237 193 16 0 0.19 0.93 0.07 48.05 0.87 0.5
Hex ED C1 10 0 13 5D 7 30 57 32
Octal 355 301 20 0 23 135 7 60 127 62
Binary 11101101 11000001 10000 0 10011 1011101 111 110000 1010111 110010

Color Harmonies of #EDC110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC110

Black with #EDC110

Text Example


Text Example

White with #EDC110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC110; }

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

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

background-color css

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

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

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

border-color css

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

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

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