Html Css Color HEX #EDB517 Moon Yellow

📋 copy color: '#EDB517'

red 237 ◦ green 181 ◦ blue 23

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

Shades of Moon Yellow #EDB517

Tints of Moon Yellow #EDB517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.22%

R = 53.74%
G = 41.04%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDB517 (or 0xEDB517) is known color: Moon Yellow. HEX triplet: ED, B5 and 17. RGB value is (237,181,23). Sum of RGB (Red+Green+Blue) = 237+181+23=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB517 is #124AE8. Grayscale: #B4B4B4. Windows color (decimal): -1198825 or 1553901. OLE color: 1553901.

HSL color Cylindrical-coordinate representation of color #EDB517: hue angle of 44.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDB517 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 23 -
CMYK 0 0.24 0.90 0.07
HSL 44.3º 0.86% 0.51% -
HSV(B) 44.3º 0.9% 0.93% -
XYZ 51.6 51.11 7.96 -
YUV 179.73 39.55 168.85 -
System Red Green Blue C M Y K H S L
Decimal 237 181 23 0 0.24 0.90 0.07 44.3 0.86 0.51
Hex ED B5 17 0 18 5A 7 2C 56 33
Octal 355 265 27 0 30 132 7 54 126 63
Binary 11101101 10110101 10111 0 11000 1011010 111 101100 1010110 110011

Color Harmonies of #EDB517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB517

Black with #EDB517

Text Example


Text Example

White with #EDB517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB517; }

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

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

background-color css

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

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

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

border-color css

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

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

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