Html Css Color HEX #EDC115 Moon Yellow

📋 copy color: '#EDC115'

red 237 ◦ green 193 ◦ blue 21

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

Shades of Moon Yellow #EDC115

Tints of Moon Yellow #EDC115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.66%

R = 52.55%
G = 42.79%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDC115 (or 0xEDC115) is known color: Moon Yellow. HEX triplet: ED, C1 and 15. RGB value is (237,193,21). Sum of RGB (Red+Green+Blue) = 237+193+21=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC115 is #123EEA. Grayscale: #BBBBBB. Windows color (decimal): -1195755 or 1425901. OLE color: 1425901.

HSL color Cylindrical-coordinate representation of color #EDC115: hue angle of 47.78º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDC115 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 21 -
CMYK 0 0.19 0.91 0.07
HSL 47.78º 0.86% 0.51% -
HSV(B) 47.78º 0.91% 0.93% -
XYZ 54.13 56.2 8.7 -
YUV 186.55 34.58 163.99 -
System Red Green Blue C M Y K H S L
Decimal 237 193 21 0 0.19 0.91 0.07 47.78 0.86 0.51
Hex ED C1 15 0 13 5B 7 30 56 33
Octal 355 301 25 0 23 133 7 60 126 63
Binary 11101101 11000001 10101 0 10011 1011011 111 110000 1010110 110011

Color Harmonies of #EDC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC115

Black with #EDC115

Text Example


Text Example

White with #EDC115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC115; }

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

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

background-color css

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

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

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

border-color css

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

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

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