Html Css Color HEX #EBA822 Gold Tips

📋 copy color: '#EBA822'

red 235 ◦ green 168 ◦ blue 34

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

Shades of Gold Tips #EBA822

Tints of Gold Tips #EBA822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 53.78%
G = 38.44%
B = 7.78%

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

#EBA822 (or 0xEBA822) is known color: Gold Tips. HEX triplet: EB, A8 and 22. RGB value is (235,168,34). Sum of RGB (Red+Green+Blue) = 235+168+34=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA822 is #1457DD. Grayscale: #ADADAD. Windows color (decimal): -1333214 or 2271467. OLE color: 2271467.

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

Color convert

RGB 235 168 34 -
CMYK 0 0.29 0.86 0.08
HSL 40º 0.83% 0.53% -
HSV(B) 40º 0.86% 0.92% -
XYZ 48.55 45.78 7.79 -
YUV 172.76 49.7 172.4 -
System Red Green Blue C M Y K H S L
Decimal 235 168 34 0 0.29 0.86 0.08 40 0.83 0.53
Hex EB A8 22 0 1D 56 8 28 53 35
Octal 353 250 42 0 35 126 10 50 123 65
Binary 11101011 10101000 100010 0 11101 1010110 1000 101000 1010011 110101

Color Harmonies of #EBA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA822

Black with #EBA822

Text Example


Text Example

White with #EBA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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