Html Css Color HEX #EDB122 Gold Tips

📋 copy color: '#EDB122'

red 237 ◦ green 177 ◦ blue 34

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

Shades of Gold Tips #EDB122

Tints of Gold Tips #EDB122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.59%

R = 52.9%
G = 39.51%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDB122 (or 0xEDB122) is known color: Gold Tips. HEX triplet: ED, B1 and 22. RGB value is (237,177,34). Sum of RGB (Red+Green+Blue) = 237+177+34=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB122 is #124EDD. Grayscale: #B3B3B3. Windows color (decimal): -1199838 or 2273773. OLE color: 2273773.

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

Color convert

RGB 237 177 34 -
CMYK 0 0.25 0.86 0.07
HSL 42.27º 0.85% 0.53% -
HSV(B) 42.27º 0.86% 0.93% -
XYZ 50.94 49.56 8.4 -
YUV 178.64 46.38 169.63 -
System Red Green Blue C M Y K H S L
Decimal 237 177 34 0 0.25 0.86 0.07 42.27 0.85 0.53
Hex ED B1 22 0 19 56 7 2A 55 35
Octal 355 261 42 0 31 126 7 52 125 65
Binary 11101101 10110001 100010 0 11001 1010110 111 101010 1010101 110101

Color Harmonies of #EDB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB122

Black with #EDB122

Text Example


Text Example

White with #EDB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB122; }

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

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

background-color css

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

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

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

border-color css

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

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

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