Html Css Color HEX #EDC910 Moon Yellow

📋 copy color: '#EDC910'

red 237 ◦ green 201 ◦ blue 16

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

Shades of Moon Yellow #EDC910

Tints of Moon Yellow #EDC910

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.27%

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

R = 52.2%
G = 44.27%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDC910 (or 0xEDC910) is known color: Moon Yellow. HEX triplet: ED, C9 and 10. RGB value is (237,201,16). Sum of RGB (Red+Green+Blue) = 237+201+16=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC910 is #1236EF. Grayscale: #BFBFBF. Windows color (decimal): -1193712 or 1100269. OLE color: 1100269.

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

Color convert

RGB 237 201 16 -
CMYK 0 0.15 0.93 0.07
HSL 50.23º 0.87% 0.5% -
HSV(B) 50.23º 0.93% 0.93% -
XYZ 55.91 59.82 9.09 -
YUV 190.67 29.43 161.04 -
System Red Green Blue C M Y K H S L
Decimal 237 201 16 0 0.15 0.93 0.07 50.23 0.87 0.5
Hex ED C9 10 0 F 5D 7 32 57 32
Octal 355 311 20 0 17 135 7 62 127 62
Binary 11101101 11001001 10000 0 1111 1011101 111 110010 1010111 110010

Color Harmonies of #EDC910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC910

Black with #EDC910

Text Example


Text Example

White with #EDC910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC910; }

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

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

background-color css

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

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

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

border-color css

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

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

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