Html Css Color HEX #EDB919 Moon Yellow

📋 copy color: '#EDB919'

red 237 ◦ green 185 ◦ blue 25

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

Shades of Moon Yellow #EDB919

Tints of Moon Yellow #EDB919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

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

R = 53.02%
G = 41.39%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDB919 (or 0xEDB919) is known color: Moon Yellow. HEX triplet: ED, B9 and 19. RGB value is (237,185,25). Sum of RGB (Red+Green+Blue) = 237+185+25=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB919 is #1246E6. Grayscale: #B7B7B7. Windows color (decimal): -1197799 or 1685997. OLE color: 1685997.

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

Color convert

RGB 237 185 25 -
CMYK 0 0.22 0.89 0.07
HSL 45.28º 0.85% 0.51% -
HSV(B) 45.28º 0.89% 0.93% -
XYZ 52.45 52.77 8.34 -
YUV 182.31 39.23 167.01 -
System Red Green Blue C M Y K H S L
Decimal 237 185 25 0 0.22 0.89 0.07 45.28 0.85 0.51
Hex ED B9 19 0 16 59 7 2D 55 33
Octal 355 271 31 0 26 131 7 55 125 63
Binary 11101101 10111001 11001 0 10110 1011001 111 101101 1010101 110011

Color Harmonies of #EDB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB919

Black with #EDB919

Text Example


Text Example

White with #EDB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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