Html Css Color HEX #EDAC2D Gold Tips

📋 copy color: '#EDAC2D'

red 237 ◦ green 172 ◦ blue 45

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

Shades of Gold Tips #EDAC2D

Tints of Gold Tips #EDAC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.91%

R = 52.2%
G = 37.89%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDAC2D (or 0xEDAC2D) is known color: Gold Tips. HEX triplet: ED, AC and 2D. RGB value is (237,172,45). Sum of RGB (Red+Green+Blue) = 237+172+45=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC2D is #1253D2. Grayscale: #B1B1B1. Windows color (decimal): -1201107 or 2993389. OLE color: 2993389.

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

Color convert

RGB 237 172 45 -
CMYK 0 0.27 0.81 0.07
HSL 39.69º 0.84% 0.55% -
HSV(B) 39.69º 0.81% 0.93% -
XYZ 50.15 47.7 9.05 -
YUV 176.96 53.53 170.83 -
System Red Green Blue C M Y K H S L
Decimal 237 172 45 0 0.27 0.81 0.07 39.69 0.84 0.55
Hex ED AC 2D 0 1B 51 7 28 54 37
Octal 355 254 55 0 33 121 7 50 124 67
Binary 11101101 10101100 101101 0 11011 1010001 111 101000 1010100 110111

Color Harmonies of #EDAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC2D

Black with #EDAC2D

Text Example


Text Example

White with #EDAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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