Html Css Color HEX #EBA821 Gold Tips

📋 copy color: '#EBA821'

red 235 ◦ green 168 ◦ blue 33

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

Shades of Gold Tips #EBA821

Tints of Gold Tips #EBA821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.57%

R = 53.9%
G = 38.53%
B = 7.57%

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

#EBA821 (or 0xEBA821) is known color: Gold Tips. HEX triplet: EB, A8 and 21. RGB value is (235,168,33). Sum of RGB (Red+Green+Blue) = 235+168+33=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA821 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA821 is #1457DE. Grayscale: #ADADAD. Windows color (decimal): -1333215 or 2205931. OLE color: 2205931.

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

Color convert

RGB 235 168 33 -
CMYK 0 0.29 0.86 0.08
HSL 40.1º 0.83% 0.53% -
HSV(B) 40.1º 0.86% 0.92% -
XYZ 48.54 45.78 7.72 -
YUV 172.64 49.2 172.48 -
System Red Green Blue C M Y K H S L
Decimal 235 168 33 0 0.29 0.86 0.08 40.1 0.83 0.53
Hex EB A8 21 0 1D 56 8 28 53 35
Octal 353 250 41 0 35 126 10 50 123 65
Binary 11101011 10101000 100001 0 11101 1010110 1000 101000 1010011 110101

Color Harmonies of #EBA821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA821

Black with #EBA821

Text Example


Text Example

White with #EBA821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA821; }

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

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

background-color css

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

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

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

border-color css

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

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

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