Html Css Color HEX #EBA624 Gold Tips

📋 copy color: '#EBA624'

red 235 ◦ green 166 ◦ blue 36

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

Shades of Gold Tips #EBA624

Tints of Gold Tips #EBA624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

 BLUE value IS 36 (14.45% from 255) = 8.24%

R = 53.78%
G = 37.99%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBA624 (or 0xEBA624) is known color: Gold Tips. HEX triplet: EB, A6 and 24. RGB value is (235,166,36). Sum of RGB (Red+Green+Blue) = 235+166+36=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA624 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA624 is #1459DB. Grayscale: #ACACAC. Windows color (decimal): -1333724 or 2402027. OLE color: 2402027.

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

Color convert

RGB 235 166 36 -
CMYK 0 0.29 0.85 0.08
HSL 39.2º 0.83% 0.53% -
HSV(B) 39.2º 0.85% 0.92% -
XYZ 48.22 45.06 7.83 -
YUV 171.81 51.36 173.07 -
System Red Green Blue C M Y K H S L
Decimal 235 166 36 0 0.29 0.85 0.08 39.2 0.83 0.53
Hex EB A6 24 0 1D 55 8 27 53 35
Octal 353 246 44 0 35 125 10 47 123 65
Binary 11101011 10100110 100100 0 11101 1010101 1000 100111 1010011 110101

Color Harmonies of #EBA624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA624

Black with #EBA624

Text Example


Text Example

White with #EBA624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA624; }

 p { color: rgb(235,166,36); }

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

background-color css

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

 a { background-color: rgb(235,166,36); }

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

border-color css

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

 span { border-color: rgb(235,166,36); }

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