Html Css Color HEX #EBA623 Gold Tips

📋 copy color: '#EBA623'

red 235 ◦ green 166 ◦ blue 35

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

Shades of Gold Tips #EBA623

Tints of Gold Tips #EBA623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.03%

R = 53.9%
G = 38.07%
B = 8.03%

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

#EBA623 (or 0xEBA623) is known color: Gold Tips. HEX triplet: EB, A6 and 23. RGB value is (235,166,35). Sum of RGB (Red+Green+Blue) = 235+166+35=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA623 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA623 is #1459DC. Grayscale: #ACACAC. Windows color (decimal): -1333725 or 2336491. OLE color: 2336491.

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

Color convert

RGB 235 166 35 -
CMYK 0 0.29 0.85 0.08
HSL 39.3º 0.83% 0.53% -
HSV(B) 39.3º 0.85% 0.92% -
XYZ 48.2 45.06 7.75 -
YUV 171.7 50.86 173.15 -
System Red Green Blue C M Y K H S L
Decimal 235 166 35 0 0.29 0.85 0.08 39.3 0.83 0.53
Hex EB A6 23 0 1D 55 8 27 53 35
Octal 353 246 43 0 35 125 10 47 123 65
Binary 11101011 10100110 100011 0 11101 1010101 1000 100111 1010011 110101

Color Harmonies of #EBA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA623

Black with #EBA623

Text Example


Text Example

White with #EBA623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA623; }

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

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

background-color css

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

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

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

border-color css

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

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

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