Html Css Color HEX #EDB516 Moon Yellow

📋 copy color: '#EDB516'

red 237 ◦ green 181 ◦ blue 22

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

Shades of Moon Yellow #EDB516

Tints of Moon Yellow #EDB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.14%

 BLUE value IS 22 (8.98% from 255) = 5%

R = 53.86%
G = 41.14%
B = 5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDB516 (or 0xEDB516) is known color: Moon Yellow. HEX triplet: ED, B5 and 16. RGB value is (237,181,22). Sum of RGB (Red+Green+Blue) = 237+181+22=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB516 is #124AE9. Grayscale: #B4B4B4. Windows color (decimal): -1198826 or 1488365. OLE color: 1488365.

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

Color convert

RGB 237 181 22 -
CMYK 0 0.24 0.91 0.07
HSL 44.37º 0.86% 0.51% -
HSV(B) 44.37º 0.91% 0.93% -
XYZ 51.59 51.11 7.91 -
YUV 179.62 39.05 168.93 -
System Red Green Blue C M Y K H S L
Decimal 237 181 22 0 0.24 0.91 0.07 44.37 0.86 0.51
Hex ED B5 16 0 18 5B 7 2C 56 33
Octal 355 265 26 0 30 133 7 54 126 63
Binary 11101101 10110101 10110 0 11000 1011011 111 101100 1010110 110011

Color Harmonies of #EDB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB516

Black with #EDB516

Text Example


Text Example

White with #EDB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB516; }

 p { color: rgb(237,181,22); }

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

background-color css

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

 a { background-color: rgb(237,181,22); }

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

border-color css

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

 span { border-color: rgb(237,181,22); }

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