Html Css Color HEX #EDAD1F Gold Tips

📋 copy color: '#EDAD1F'

red 237 ◦ green 173 ◦ blue 31

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

Shades of Gold Tips #EDAD1F

Tints of Gold Tips #EDAD1F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 31 (12.5% from 255) = 7.03%

R = 53.74%
G = 39.23%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDAD1F (or 0xEDAD1F) is known color: Gold Tips. HEX triplet: ED, AD and 1F. RGB value is (237,173,31). Sum of RGB (Red+Green+Blue) = 237+173+31=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD1F is #1252E0. Grayscale: #B0B0B0. Windows color (decimal): -1200865 or 2076141. OLE color: 2076141.

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

Color convert

RGB 237 173 31 -
CMYK 0 0.27 0.87 0.07
HSL 41.36º 0.85% 0.53% -
HSV(B) 41.36º 0.87% 0.93% -
XYZ 50.12 47.99 7.92 -
YUV 175.95 46.2 171.55 -
System Red Green Blue C M Y K H S L
Decimal 237 173 31 0 0.27 0.87 0.07 41.36 0.85 0.53
Hex ED AD 1F 0 1B 57 7 29 55 35
Octal 355 255 37 0 33 127 7 51 125 65
Binary 11101101 10101101 11111 0 11011 1010111 111 101001 1010101 110101

Color Harmonies of #EDAD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD1F

Black with #EDAD1F

Text Example


Text Example

White with #EDAD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD1F; }

 p { color: rgb(237,173,31); }

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

background-color css

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

 a { background-color: rgb(237,173,31); }

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

border-color css

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

 span { border-color: rgb(237,173,31); }

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