Html Css Color HEX #EDB713 Moon Yellow

📋 copy color: '#EDB713'

red 237 ◦ green 183 ◦ blue 19

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

Shades of Moon Yellow #EDB713

Tints of Moon Yellow #EDB713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.33%

R = 53.99%
G = 41.69%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDB713 (or 0xEDB713) is known color: Moon Yellow. HEX triplet: ED, B7 and 13. RGB value is (237,183,19). Sum of RGB (Red+Green+Blue) = 237+183+19=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB713 is #1248EC. Grayscale: #B5B5B5. Windows color (decimal): -1198317 or 1292269. OLE color: 1292269.

HSL color Cylindrical-coordinate representation of color #EDB713: hue angle of 45.14º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDB713 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 19 -
CMYK 0 0.23 0.92 0.07
HSL 45.14º 0.86% 0.5% -
HSV(B) 45.14º 0.92% 0.93% -
XYZ 51.98 51.92 7.9 -
YUV 180.45 36.89 168.34 -
System Red Green Blue C M Y K H S L
Decimal 237 183 19 0 0.23 0.92 0.07 45.14 0.86 0.5
Hex ED B7 13 0 17 5C 7 2D 56 32
Octal 355 267 23 0 27 134 7 55 126 62
Binary 11101101 10110111 10011 0 10111 1011100 111 101101 1010110 110010

Color Harmonies of #EDB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB713

Black with #EDB713

Text Example


Text Example

White with #EDB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB713; }

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

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

background-color css

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

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

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

border-color css

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

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

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