Html Css Color HEX #EBAA2C Gold Tips

📋 copy color: '#EBAA2C'

red 235 ◦ green 170 ◦ blue 44

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

Shades of Gold Tips #EBAA2C

Tints of Gold Tips #EBAA2C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 44 (17.58% from 255) = 9.8%

R = 52.34%
G = 37.86%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBAA2C (or 0xEBAA2C) is known color: Gold Tips. HEX triplet: EB, AA and 2C. RGB value is (235,170,44). Sum of RGB (Red+Green+Blue) = 235+170+44=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA2C is #1455D3. Grayscale: #AFAFAF. Windows color (decimal): -1332692 or 2927339. OLE color: 2927339.

HSL color Cylindrical-coordinate representation of color #EBAA2C: hue angle of 39.58º 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 #EBAA2C is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 170 44 -
CMYK 0 0.28 0.81 0.08
HSL 39.58º 0.83% 0.55% -
HSV(B) 39.58º 0.81% 0.92% -
XYZ 49.09 46.59 8.79 -
YUV 175.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 235 170 44 0 0.28 0.81 0.08 39.58 0.83 0.55
Hex EB AA 2C 0 1C 51 8 28 53 37
Octal 353 252 54 0 34 121 10 50 123 67
Binary 11101011 10101010 101100 0 11100 1010001 1000 101000 1010011 110111

Color Harmonies of #EBAA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA2C

Black with #EBAA2C

Text Example


Text Example

White with #EBAA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA2C; }

 p { color: rgb(235,170,44); }

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

background-color css

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

 a { background-color: rgb(235,170,44); }

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

border-color css

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

 span { border-color: rgb(235,170,44); }

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