Html Css Color HEX #EDC111 Moon Yellow

📋 copy color: '#EDC111'

red 237 ◦ green 193 ◦ blue 17

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

Shades of Moon Yellow #EDC111

Tints of Moon Yellow #EDC111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.8%

R = 53.02%
G = 43.18%
B = 3.8%

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

#EDC111 (or 0xEDC111) is known color: Moon Yellow. HEX triplet: ED, C1 and 11. RGB value is (237,193,17). Sum of RGB (Red+Green+Blue) = 237+193+17=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC111 is #123EEE. Grayscale: #BABABA. Windows color (decimal): -1195759 or 1163757. OLE color: 1163757.

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

Color convert

RGB 237 193 17 -
CMYK 0 0.19 0.93 0.07
HSL 48º 0.87% 0.5% -
HSV(B) 48º 0.93% 0.93% -
XYZ 54.1 56.18 8.52 -
YUV 186.09 32.58 164.31 -
System Red Green Blue C M Y K H S L
Decimal 237 193 17 0 0.19 0.93 0.07 48 0.87 0.5
Hex ED C1 11 0 13 5D 7 30 57 32
Octal 355 301 21 0 23 135 7 60 127 62
Binary 11101101 11000001 10001 0 10011 1011101 111 110000 1010111 110010

Color Harmonies of #EDC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC111

Black with #EDC111

Text Example


Text Example

White with #EDC111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC111; }

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

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

background-color css

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

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

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

border-color css

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

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

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