Html Css Color HEX #EDB125 Gold Tips

📋 copy color: '#EDB125'

red 237 ◦ green 177 ◦ blue 37

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

Shades of Gold Tips #EDB125

Tints of Gold Tips #EDB125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.2%

R = 52.55%
G = 39.25%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDB125 (or 0xEDB125) is known color: Gold Tips. HEX triplet: ED, B1 and 25. RGB value is (237,177,37). Sum of RGB (Red+Green+Blue) = 237+177+37=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB125 is #124EDA. Grayscale: #B3B3B3. Windows color (decimal): -1199835 or 2470381. OLE color: 2470381.

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

Color convert

RGB 237 177 37 -
CMYK 0 0.25 0.84 0.07
HSL 42º 0.85% 0.54% -
HSV(B) 42º 0.84% 0.93% -
XYZ 50.98 49.58 8.63 -
YUV 178.98 47.88 169.38 -
System Red Green Blue C M Y K H S L
Decimal 237 177 37 0 0.25 0.84 0.07 42 0.85 0.54
Hex ED B1 25 0 19 54 7 2A 55 36
Octal 355 261 45 0 31 124 7 52 125 66
Binary 11101101 10110001 100101 0 11001 1010100 111 101010 1010101 110110

Color Harmonies of #EDB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB125

Black with #EDB125

Text Example


Text Example

White with #EDB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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