Html Css Color HEX #EDC310 Moon Yellow

📋 copy color: '#EDC310'

red 237 ◦ green 195 ◦ blue 16

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

Shades of Moon Yellow #EDC310

Tints of Moon Yellow #EDC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.53%

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

R = 52.9%
G = 43.53%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDC310 (or 0xEDC310) is known color: Moon Yellow. HEX triplet: ED, C3 and 10. RGB value is (237,195,16). Sum of RGB (Red+Green+Blue) = 237+195+16=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC310 is #123CEF. Grayscale: #BBBBBB. Windows color (decimal): -1195248 or 1098733. OLE color: 1098733.

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

Color convert

RGB 237 195 16 -
CMYK 0 0.18 0.93 0.07
HSL 48.6º 0.87% 0.5% -
HSV(B) 48.6º 0.93% 0.93% -
XYZ 54.53 57.07 8.63 -
YUV 187.15 31.41 163.55 -
System Red Green Blue C M Y K H S L
Decimal 237 195 16 0 0.18 0.93 0.07 48.6 0.87 0.5
Hex ED C3 10 0 12 5D 7 31 57 32
Octal 355 303 20 0 22 135 7 61 127 62
Binary 11101101 11000011 10000 0 10010 1011101 111 110001 1010111 110010

Color Harmonies of #EDC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC310

Black with #EDC310

Text Example


Text Example

White with #EDC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC310; }

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

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

background-color css

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

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

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

border-color css

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

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

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