Html Css Color HEX #EDB616 Moon Yellow

📋 copy color: '#EDB616'

red 237 ◦ green 182 ◦ blue 22

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

Shades of Moon Yellow #EDB616

Tints of Moon Yellow #EDB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

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

R = 53.74%
G = 41.27%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDB616 (or 0xEDB616) is known color: Moon Yellow. HEX triplet: ED, B6 and 16. RGB value is (237,182,22). Sum of RGB (Red+Green+Blue) = 237+182+22=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB616 is #1249E9. Grayscale: #B4B4B4. Windows color (decimal): -1198570 or 1488621. OLE color: 1488621.

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

Color convert

RGB 237 182 22 -
CMYK 0 0.23 0.91 0.07
HSL 44.65º 0.86% 0.51% -
HSV(B) 44.65º 0.91% 0.93% -
XYZ 51.8 51.52 7.97 -
YUV 180.21 38.72 168.51 -
System Red Green Blue C M Y K H S L
Decimal 237 182 22 0 0.23 0.91 0.07 44.65 0.86 0.51
Hex ED B6 16 0 17 5B 7 2D 56 33
Octal 355 266 26 0 27 133 7 55 126 63
Binary 11101101 10110110 10110 0 10111 1011011 111 101101 1010110 110011

Color Harmonies of #EDB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB616

Black with #EDB616

Text Example


Text Example

White with #EDB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB616; }

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

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

background-color css

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

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

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

border-color css

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

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

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