Html Css Color HEX #EBAC2E Gold Tips

📋 copy color: '#EBAC2E'

red 235 ◦ green 172 ◦ blue 46

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

Shades of Gold Tips #EBAC2E

Tints of Gold Tips #EBAC2E

RGB

 RED value IS 235 (92.19% from 255) = 51.88%

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

 BLUE value IS 46 (18.36% from 255) = 10.15%

R = 51.88%
G = 37.97%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBAC2E (or 0xEBAC2E) is known color: Gold Tips. HEX triplet: EB, AC and 2E. RGB value is (235,172,46). Sum of RGB (Red+Green+Blue) = 235+172+46=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAC2E is #1453D1. Grayscale: #B1B1B1. Windows color (decimal): -1332178 or 3058923. OLE color: 3058923.

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

Color convert

RGB 235 172 46 -
CMYK 0 0.27 0.80 0.08
HSL 40º 0.83% 0.55% -
HSV(B) 40º 0.8% 0.92% -
XYZ 49.51 47.36 9.12 -
YUV 176.47 54.37 169.75 -
System Red Green Blue C M Y K H S L
Decimal 235 172 46 0 0.27 0.80 0.08 40 0.83 0.55
Hex EB AC 2E 0 1B 50 8 28 53 37
Octal 353 254 56 0 33 120 10 50 123 67
Binary 11101011 10101100 101110 0 11011 1010000 1000 101000 1010011 110111

Color Harmonies of #EBAC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC2E

Black with #EBAC2E

Text Example


Text Example

White with #EBAC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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