Html Css Color HEX #EDB619 Moon Yellow

📋 copy color: '#EDB619'

red 237 ◦ green 182 ◦ blue 25

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

Shades of Moon Yellow #EDB619

Tints of Moon Yellow #EDB619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

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

R = 53.38%
G = 40.99%
B = 5.63%

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

#EDB619 (or 0xEDB619) is known color: Moon Yellow. HEX triplet: ED, B6 and 19. RGB value is (237,182,25). Sum of RGB (Red+Green+Blue) = 237+182+25=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB619 is #1249E6. Grayscale: #B5B5B5. Windows color (decimal): -1198567 or 1685229. OLE color: 1685229.

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

Color convert

RGB 237 182 25 -
CMYK 0 0.23 0.89 0.07
HSL 44.43º 0.85% 0.51% -
HSV(B) 44.43º 0.89% 0.93% -
XYZ 51.83 51.53 8.13 -
YUV 180.55 40.22 168.27 -
System Red Green Blue C M Y K H S L
Decimal 237 182 25 0 0.23 0.89 0.07 44.43 0.85 0.51
Hex ED B6 19 0 17 59 7 2C 55 33
Octal 355 266 31 0 27 131 7 54 125 63
Binary 11101101 10110110 11001 0 10111 1011001 111 101100 1010101 110011

Color Harmonies of #EDB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB619

Black with #EDB619

Text Example


Text Example

White with #EDB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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