Html Css Color HEX #EDC915 Moon Yellow

📋 copy color: '#EDC915'

red 237 ◦ green 201 ◦ blue 21

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

Shades of Moon Yellow #EDC915

Tints of Moon Yellow #EDC915

RGB

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

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

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

R = 51.63%
G = 43.79%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDC915 (or 0xEDC915) is known color: Moon Yellow. HEX triplet: ED, C9 and 15. RGB value is (237,201,21). Sum of RGB (Red+Green+Blue) = 237+201+21=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC915 is #1236EA. Grayscale: #C0C0C0. Windows color (decimal): -1193707 or 1427949. OLE color: 1427949.

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

Color convert

RGB 237 201 21 -
CMYK 0 0.15 0.91 0.07
HSL 50º 0.86% 0.51% -
HSV(B) 50º 0.91% 0.93% -
XYZ 55.95 59.83 9.31 -
YUV 191.24 31.93 160.64 -
System Red Green Blue C M Y K H S L
Decimal 237 201 21 0 0.15 0.91 0.07 50 0.86 0.51
Hex ED C9 15 0 F 5B 7 32 56 33
Octal 355 311 25 0 17 133 7 62 126 63
Binary 11101101 11001001 10101 0 1111 1011011 111 110010 1010110 110011

Color Harmonies of #EDC915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC915

Black with #EDC915

Text Example


Text Example

White with #EDC915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC915; }

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

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

background-color css

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

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

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

border-color css

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

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

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