Html Css Color HEX #EDB716 Moon Yellow

📋 copy color: '#EDB716'

red 237 ◦ green 183 ◦ blue 22

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

Shades of Moon Yellow #EDB716

Tints of Moon Yellow #EDB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

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

R = 53.62%
G = 41.4%
B = 4.98%

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

#EDB716 (or 0xEDB716) is known color: Moon Yellow. HEX triplet: ED, B7 and 16. RGB value is (237,183,22). Sum of RGB (Red+Green+Blue) = 237+183+22=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB716 is #1248E9. Grayscale: #B5B5B5. Windows color (decimal): -1198314 or 1488877. OLE color: 1488877.

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

Color convert

RGB 237 183 22 -
CMYK 0 0.23 0.91 0.07
HSL 44.93º 0.86% 0.51% -
HSV(B) 44.93º 0.91% 0.93% -
XYZ 52 51.93 8.04 -
YUV 180.79 38.39 168.09 -
System Red Green Blue C M Y K H S L
Decimal 237 183 22 0 0.23 0.91 0.07 44.93 0.86 0.51
Hex ED B7 16 0 17 5B 7 2D 56 33
Octal 355 267 26 0 27 133 7 55 126 63
Binary 11101101 10110111 10110 0 10111 1011011 111 101101 1010110 110011

Color Harmonies of #EDB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB716

Black with #EDB716

Text Example


Text Example

White with #EDB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB716; }

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

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

background-color css

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

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

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

border-color css

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

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

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