Html Css Color HEX #EDAD1C Gold Tips

📋 copy color: '#EDAD1C'

red 237 ◦ green 173 ◦ blue 28

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

Shades of Gold Tips #EDAD1C

Tints of Gold Tips #EDAD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.39%

R = 54.11%
G = 39.5%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDAD1C (or 0xEDAD1C) is known color: Gold Tips. HEX triplet: ED, AD and 1C. RGB value is (237,173,28). Sum of RGB (Red+Green+Blue) = 237+173+28=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD1C is #1252E3. Grayscale: #B0B0B0. Windows color (decimal): -1200868 or 1879533. OLE color: 1879533.

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

Color convert

RGB 237 173 28 -
CMYK 0 0.27 0.88 0.07
HSL 41.63º 0.85% 0.52% -
HSV(B) 41.63º 0.88% 0.93% -
XYZ 50.08 47.98 7.72 -
YUV 175.61 44.7 171.79 -
System Red Green Blue C M Y K H S L
Decimal 237 173 28 0 0.27 0.88 0.07 41.63 0.85 0.52
Hex ED AD 1C 0 1B 58 7 2A 55 34
Octal 355 255 34 0 33 130 7 52 125 64
Binary 11101101 10101101 11100 0 11011 1011000 111 101010 1010101 110100

Color Harmonies of #EDAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD1C

Black with #EDAD1C

Text Example


Text Example

White with #EDAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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