Html Css Color HEX #EBAC2A Gold Tips

📋 copy color: '#EBAC2A'

red 235 ◦ green 172 ◦ blue 42

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

Shades of Gold Tips #EBAC2A

Tints of Gold Tips #EBAC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.35%

R = 52.34%
G = 38.31%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBAC2A (or 0xEBAC2A) is known color: Gold Tips. HEX triplet: EB, AC and 2A. RGB value is (235,172,42). Sum of RGB (Red+Green+Blue) = 235+172+42=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAC2A is #1453D5. Grayscale: #B0B0B0. Windows color (decimal): -1332182 or 2796779. OLE color: 2796779.

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

Color convert

RGB 235 172 42 -
CMYK 0 0.27 0.82 0.08
HSL 40.41º 0.83% 0.54% -
HSV(B) 40.41º 0.82% 0.92% -
XYZ 49.43 47.33 8.72 -
YUV 176.02 52.37 170.07 -
System Red Green Blue C M Y K H S L
Decimal 235 172 42 0 0.27 0.82 0.08 40.41 0.83 0.54
Hex EB AC 2A 0 1B 52 8 28 53 36
Octal 353 254 52 0 33 122 10 50 123 66
Binary 11101011 10101100 101010 0 11011 1010010 1000 101000 1010011 110110

Color Harmonies of #EBAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC2A

Black with #EBAC2A

Text Example


Text Example

White with #EBAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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