Html Css Color HEX #EDB719 Moon Yellow

📋 copy color: '#EDB719'

red 237 ◦ green 183 ◦ blue 25

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

Shades of Moon Yellow #EDB719

Tints of Moon Yellow #EDB719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.62%

R = 53.26%
G = 41.12%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDB719 (or 0xEDB719) is known color: Moon Yellow. HEX triplet: ED, B7 and 19. RGB value is (237,183,25). Sum of RGB (Red+Green+Blue) = 237+183+25=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB719 is #1248E6. Grayscale: #B5B5B5. Windows color (decimal): -1198311 or 1685485. OLE color: 1685485.

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

Color convert

RGB 237 183 25 -
CMYK 0 0.23 0.89 0.07
HSL 44.72º 0.85% 0.51% -
HSV(B) 44.72º 0.89% 0.93% -
XYZ 52.03 51.94 8.2 -
YUV 181.13 39.89 167.85 -
System Red Green Blue C M Y K H S L
Decimal 237 183 25 0 0.23 0.89 0.07 44.72 0.85 0.51
Hex ED B7 19 0 17 59 7 2D 55 33
Octal 355 267 31 0 27 131 7 55 125 63
Binary 11101101 10110111 11001 0 10111 1011001 111 101101 1010101 110011

Color Harmonies of #EDB719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB719

Black with #EDB719

Text Example


Text Example

White with #EDB719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB719; }

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

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

background-color css

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

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

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

border-color css

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

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

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