Html Css Color HEX #EBAA1D Gold Tips

📋 copy color: '#EBAA1D'

red 235 ◦ green 170 ◦ blue 29

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

Shades of Gold Tips #EBAA1D

Tints of Gold Tips #EBAA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.68%

R = 54.15%
G = 39.17%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBAA1D (or 0xEBAA1D) is known color: Gold Tips. HEX triplet: EB, AA and 1D. RGB value is (235,170,29). Sum of RGB (Red+Green+Blue) = 235+170+29=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA1D is #1455E2. Grayscale: #ADADAD. Windows color (decimal): -1332707 or 1944299. OLE color: 1944299.

HSL color Cylindrical-coordinate representation of color #EBAA1D: hue angle of 41.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBAA1D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 170 29 -
CMYK 0 0.28 0.88 0.08
HSL 41.07º 0.84% 0.52% -
HSV(B) 41.07º 0.88% 0.92% -
XYZ 48.86 46.5 7.56 -
YUV 173.36 46.53 171.96 -
System Red Green Blue C M Y K H S L
Decimal 235 170 29 0 0.28 0.88 0.08 41.07 0.84 0.52
Hex EB AA 1D 0 1C 58 8 29 54 34
Octal 353 252 35 0 34 130 10 51 124 64
Binary 11101011 10101010 11101 0 11100 1011000 1000 101001 1010100 110100

Color Harmonies of #EBAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA1D

Black with #EBAA1D

Text Example


Text Example

White with #EBAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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