Html Css Color HEX #EDAA1E Gold Tips

📋 copy color: '#EDAA1E'

red 237 ◦ green 170 ◦ blue 30

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

Shades of Gold Tips #EDAA1E

Tints of Gold Tips #EDAA1E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

 BLUE value IS 30 (12.11% from 255) = 6.86%

R = 54.23%
G = 38.9%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDAA1E (or 0xEDAA1E) is known color: Gold Tips. HEX triplet: ED, AA and 1E. RGB value is (237,170,30). Sum of RGB (Red+Green+Blue) = 237+170+30=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA1E is #1255E1. Grayscale: #AEAEAE. Windows color (decimal): -1201634 or 2009837. OLE color: 2009837.

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

Color convert

RGB 237 170 30 -
CMYK 0 0.28 0.87 0.07
HSL 40.58º 0.85% 0.52% -
HSV(B) 40.58º 0.87% 0.93% -
XYZ 49.53 46.85 7.66 -
YUV 174.07 46.7 172.88 -
System Red Green Blue C M Y K H S L
Decimal 237 170 30 0 0.28 0.87 0.07 40.58 0.85 0.52
Hex ED AA 1E 0 1C 57 7 29 55 34
Octal 355 252 36 0 34 127 7 51 125 64
Binary 11101101 10101010 11110 0 11100 1010111 111 101001 1010101 110100

Color Harmonies of #EDAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA1E

Black with #EDAA1E

Text Example


Text Example

White with #EDAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA1E; }

 p { color: rgb(237,170,30); }

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

background-color css

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

 a { background-color: rgb(237,170,30); }

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

border-color css

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

 span { border-color: rgb(237,170,30); }

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