#ebac2d

Color #EBAC2D Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #EBAC2D

Tints of Gold Tips #EBAC2D

Color information

#EBAC2D (or 0xEBAC2D) is unknown color: approx Gold Tips. HEX triplet: EB, AC and 2D. RGB value is (235,172,45). Sum of RGB (Red+Green+Blue) = 235+172+45=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAC2D is #1453D2. Grayscale: #B0B0B0. Windows color (decimal): -1332179 or 2993387. OLE color: 2993387.

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

Color convert

RGB23517245-
CMYK00.270.810.08
HSL40.11º82.61%54.9%-
HSV(B)40.11º80.85%92.16%-
XYZ49.4947.369.02-
YUV176.3653.87169.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.99%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 45 (17.97% from 255) = 9.96%
R=51.99%
G=38.05%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351724500.270.810.0840.1182.6154.9
HexEBAC2D01B518285337
Octal35325455033121105012367
Binary1110101110101100101101011011101000110001010001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebac2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebac2d; }

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

 H1.HeaderClassName
 {
   color: #ebac2d;
 }
 .AnyTagClassName
 {
   color: #ebac2d;
 }
</style>
background-color css

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

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

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

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

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

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