Html Css Color HEX #EDAC1C Gold Tips

📋 copy color: '#EDAC1C'

red 237 ◦ green 172 ◦ blue 28

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

Shades of Gold Tips #EDAC1C

Tints of Gold Tips #EDAC1C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.36%

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

R = 54.23%
G = 39.36%
B = 6.41%

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

#EDAC1C (or 0xEDAC1C) is known color: Gold Tips. HEX triplet: ED, AC and 1C. RGB value is (237,172,28). Sum of RGB (Red+Green+Blue) = 237+172+28=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC1C is #1253E3. Grayscale: #AFAFAF. Windows color (decimal): -1201124 or 1879277. OLE color: 1879277.

HSL color Cylindrical-coordinate representation of color #EDAC1C: hue angle of 41.34º 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 #EDAC1C is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 28 -
CMYK 0 0.27 0.88 0.07
HSL 41.34º 0.85% 0.52% -
HSV(B) 41.34º 0.88% 0.93% -
XYZ 49.89 47.59 7.66 -
YUV 175.02 45.03 172.21 -
System Red Green Blue C M Y K H S L
Decimal 237 172 28 0 0.27 0.88 0.07 41.34 0.85 0.52
Hex ED AC 1C 0 1B 58 7 29 55 34
Octal 355 254 34 0 33 130 7 51 125 64
Binary 11101101 10101100 11100 0 11011 1011000 111 101001 1010101 110100

Color Harmonies of #EDAC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC1C

Black with #EDAC1C

Text Example


Text Example

White with #EDAC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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