Html Css Color HEX #EDC015 Moon Yellow

📋 copy color: '#EDC015'

red 237 ◦ green 192 ◦ blue 21

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

Shades of Moon Yellow #EDC015

Tints of Moon Yellow #EDC015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

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

R = 52.67%
G = 42.67%
B = 4.67%

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

#EDC015 (or 0xEDC015) is known color: Moon Yellow. HEX triplet: ED, C0 and 15. RGB value is (237,192,21). Sum of RGB (Red+Green+Blue) = 237+192+21=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC015 is #123FEA. Grayscale: #BABABA. Windows color (decimal): -1196011 or 1425645. OLE color: 1425645.

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

Color convert

RGB 237 192 21 -
CMYK 0 0.19 0.91 0.07
HSL 47.5º 0.86% 0.51% -
HSV(B) 47.5º 0.91% 0.93% -
XYZ 53.91 55.76 8.63 -
YUV 185.96 34.91 164.4 -
System Red Green Blue C M Y K H S L
Decimal 237 192 21 0 0.19 0.91 0.07 47.5 0.86 0.51
Hex ED C0 15 0 13 5B 7 30 56 33
Octal 355 300 25 0 23 133 7 60 126 63
Binary 11101101 11000000 10101 0 10011 1011011 111 110000 1010110 110011

Color Harmonies of #EDC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC015

Black with #EDC015

Text Example


Text Example

White with #EDC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC015; }

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

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

background-color css

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

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

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

border-color css

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

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

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