Html Css Color HEX #EDB129 Gold Tips

📋 copy color: '#EDB129'

red 237 ◦ green 177 ◦ blue 41

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

Shades of Gold Tips #EDB129

Tints of Gold Tips #EDB129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.01%

R = 52.09%
G = 38.9%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDB129 (or 0xEDB129) is known color: Gold Tips. HEX triplet: ED, B1 and 29. RGB value is (237,177,41). Sum of RGB (Red+Green+Blue) = 237+177+41=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB129 is #124ED6. Grayscale: #B4B4B4. Windows color (decimal): -1199831 or 2732525. OLE color: 2732525.

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

Color convert

RGB 237 177 41 -
CMYK 0 0.25 0.83 0.07
HSL 41.63º 0.84% 0.55% -
HSV(B) 41.63º 0.83% 0.93% -
XYZ 51.05 49.61 8.98 -
YUV 179.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 237 177 41 0 0.25 0.83 0.07 41.63 0.84 0.55
Hex ED B1 29 0 19 53 7 2A 54 37
Octal 355 261 51 0 31 123 7 52 124 67
Binary 11101101 10110001 101001 0 11001 1010011 111 101010 1010100 110111

Color Harmonies of #EDB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB129

Black with #EDB129

Text Example


Text Example

White with #EDB129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB129; }

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

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

background-color css

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

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

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

border-color css

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

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

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