Html Css Color HEX #EBA722 Gold Tips

📋 copy color: '#EBA722'

red 235 ◦ green 167 ◦ blue 34

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

Shades of Gold Tips #EBA722

Tints of Gold Tips #EBA722

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

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

R = 53.9%
G = 38.3%
B = 7.8%

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

#EBA722 (or 0xEBA722) is known color: Gold Tips. HEX triplet: EB, A7 and 22. RGB value is (235,167,34). Sum of RGB (Red+Green+Blue) = 235+167+34=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA722 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA722 is #1458DD. Grayscale: #ACACAC. Windows color (decimal): -1333470 or 2271211. OLE color: 2271211.

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

Color convert

RGB 235 167 34 -
CMYK 0 0.29 0.86 0.08
HSL 39.7º 0.83% 0.53% -
HSV(B) 39.7º 0.86% 0.92% -
XYZ 48.37 45.42 7.73 -
YUV 172.17 50.03 172.81 -
System Red Green Blue C M Y K H S L
Decimal 235 167 34 0 0.29 0.86 0.08 39.7 0.83 0.53
Hex EB A7 22 0 1D 56 8 28 53 35
Octal 353 247 42 0 35 126 10 50 123 65
Binary 11101011 10100111 100010 0 11101 1010110 1000 101000 1010011 110101

Color Harmonies of #EBA722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA722

Black with #EBA722

Text Example


Text Example

White with #EBA722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA722; }

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

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

background-color css

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

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

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

border-color css

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

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

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