Html Css Color HEX #EBAA2D Gold Tips

📋 copy color: '#EBAA2D'

red 235 ◦ green 170 ◦ blue 45

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

Shades of Gold Tips #EBAA2D

Tints of Gold Tips #EBAA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10%

R = 52.22%
G = 37.78%
B = 10%

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

#EBAA2D (or 0xEBAA2D) is known color: Gold Tips. HEX triplet: EB, AA and 2D. RGB value is (235,170,45). Sum of RGB (Red+Green+Blue) = 235+170+45=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA2D is #1455D2. Grayscale: #AFAFAF. Windows color (decimal): -1332691 or 2992875. OLE color: 2992875.

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

Color convert

RGB 235 170 45 -
CMYK 0 0.28 0.81 0.08
HSL 39.47º 0.83% 0.55% -
HSV(B) 39.47º 0.81% 0.92% -
XYZ 49.11 46.6 8.89 -
YUV 175.19 54.53 170.66 -
System Red Green Blue C M Y K H S L
Decimal 235 170 45 0 0.28 0.81 0.08 39.47 0.83 0.55
Hex EB AA 2D 0 1C 51 8 27 53 37
Octal 353 252 55 0 34 121 10 47 123 67
Binary 11101011 10101010 101101 0 11100 1010001 1000 100111 1010011 110111

Color Harmonies of #EBAA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA2D

Black with #EBAA2D

Text Example


Text Example

White with #EBAA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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