Html Css Color HEX #EBA622 Gold Tips

📋 copy color: '#EBA622'

red 235 ◦ green 166 ◦ blue 34

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

Shades of Gold Tips #EBA622

Tints of Gold Tips #EBA622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.82%

R = 54.02%
G = 38.16%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBA622 (or 0xEBA622) is known color: Gold Tips. HEX triplet: EB, A6 and 22. RGB value is (235,166,34). Sum of RGB (Red+Green+Blue) = 235+166+34=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA622 is #1459DD. Grayscale: #ACACAC. Windows color (decimal): -1333726 or 2270955. OLE color: 2270955.

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

Color convert

RGB 235 166 34 -
CMYK 0 0.29 0.86 0.08
HSL 39.4º 0.83% 0.53% -
HSV(B) 39.4º 0.86% 0.92% -
XYZ 48.19 45.05 7.67 -
YUV 171.58 50.36 173.23 -
System Red Green Blue C M Y K H S L
Decimal 235 166 34 0 0.29 0.86 0.08 39.4 0.83 0.53
Hex EB A6 22 0 1D 56 8 27 53 35
Octal 353 246 42 0 35 126 10 47 123 65
Binary 11101011 10100110 100010 0 11101 1010110 1000 100111 1010011 110101

Color Harmonies of #EBA622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA622

Black with #EBA622

Text Example


Text Example

White with #EBA622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA622; }

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

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

background-color css

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

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

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

border-color css

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

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

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