Html Css Color HEX #EBAC2D Gold Tips

📋 copy color: '#EBAC2D'

red 235 ◦ green 172 ◦ blue 45

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

Shades of Gold Tips #EBAC2D

Tints of Gold Tips #EBAC2D

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 value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBAC2D (or 0xEBAC2D) is known color: 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

RGB 235 172 45 -
CMYK 0 0.27 0.81 0.08
HSL 40.11º 0.83% 0.55% -
HSV(B) 40.11º 0.81% 0.92% -
XYZ 49.49 47.36 9.02 -
YUV 176.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 235 172 45 0 0.27 0.81 0.08 40.11 0.83 0.55
Hex EB AC 2D 0 1B 51 8 28 53 37
Octal 353 254 55 0 33 121 10 50 123 67
Binary 11101011 10101100 101101 0 11011 1010001 1000 101000 1010011 110111

Color Harmonies of #EBAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC2D

Black with #EBAC2D

Text Example


Text Example

White with #EBAC2D

Text Example


Text Example

HTML Codes & Css Web 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>