Html Css Color HEX #EDB119 Gold Tips

📋 copy color: '#EDB119'

red 237 ◦ green 177 ◦ blue 25

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

Shades of Gold Tips #EDB119

Tints of Gold Tips #EDB119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

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

R = 53.99%
G = 40.32%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDB119 (or 0xEDB119) is known color: Gold Tips. HEX triplet: ED, B1 and 19. RGB value is (237,177,25). Sum of RGB (Red+Green+Blue) = 237+177+25=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB119 is #124EE6. Grayscale: #B2B2B2. Windows color (decimal): -1199847 or 1683949. OLE color: 1683949.

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

Color convert

RGB 237 177 25 -
CMYK 0 0.25 0.89 0.07
HSL 43.02º 0.85% 0.51% -
HSV(B) 43.02º 0.89% 0.93% -
XYZ 50.82 49.52 7.8 -
YUV 177.61 41.88 170.36 -
System Red Green Blue C M Y K H S L
Decimal 237 177 25 0 0.25 0.89 0.07 43.02 0.85 0.51
Hex ED B1 19 0 19 59 7 2B 55 33
Octal 355 261 31 0 31 131 7 53 125 63
Binary 11101101 10110001 11001 0 11001 1011001 111 101011 1010101 110011

Color Harmonies of #EDB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB119

Black with #EDB119

Text Example


Text Example

White with #EDB119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB119; }

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

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

background-color css

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

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

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

border-color css

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

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

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