Html Css Color HEX #EDB916 Moon Yellow

📋 copy color: '#EDB916'

red 237 ◦ green 185 ◦ blue 22

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

Shades of Moon Yellow #EDB916

Tints of Moon Yellow #EDB916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.67%

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

R = 53.38%
G = 41.67%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDB916 (or 0xEDB916) is known color: Moon Yellow. HEX triplet: ED, B9 and 16. RGB value is (237,185,22). Sum of RGB (Red+Green+Blue) = 237+185+22=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB916 is #1246E9. Grayscale: #B6B6B6. Windows color (decimal): -1197802 or 1489389. OLE color: 1489389.

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

Color convert

RGB 237 185 22 -
CMYK 0 0.22 0.91 0.07
HSL 45.49º 0.86% 0.51% -
HSV(B) 45.49º 0.91% 0.93% -
XYZ 52.42 52.76 8.18 -
YUV 181.97 37.73 167.25 -
System Red Green Blue C M Y K H S L
Decimal 237 185 22 0 0.22 0.91 0.07 45.49 0.86 0.51
Hex ED B9 16 0 16 5B 7 2D 56 33
Octal 355 271 26 0 26 133 7 55 126 63
Binary 11101101 10111001 10110 0 10110 1011011 111 101101 1010110 110011

Color Harmonies of #EDB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB916

Black with #EDB916

Text Example


Text Example

White with #EDB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB916; }

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

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

background-color css

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

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

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

border-color css

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

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

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