Html Css Color HEX #EBA828 Gold Tips

📋 copy color: '#EBA828'

red 235 ◦ green 168 ◦ blue 40

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

Shades of Gold Tips #EBA828

Tints of Gold Tips #EBA828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.03%

R = 53.05%
G = 37.92%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBA828 (or 0xEBA828) is known color: Gold Tips. HEX triplet: EB, A8 and 28. RGB value is (235,168,40). Sum of RGB (Red+Green+Blue) = 235+168+40=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA828 is #1457D7. Grayscale: #AEAEAE. Windows color (decimal): -1333208 or 2664683. OLE color: 2664683.

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

Color convert

RGB 235 168 40 -
CMYK 0 0.29 0.83 0.08
HSL 39.38º 0.83% 0.54% -
HSV(B) 39.38º 0.83% 0.92% -
XYZ 48.65 45.82 8.29 -
YUV 173.44 52.7 171.91 -
System Red Green Blue C M Y K H S L
Decimal 235 168 40 0 0.29 0.83 0.08 39.38 0.83 0.54
Hex EB A8 28 0 1D 53 8 27 53 36
Octal 353 250 50 0 35 123 10 47 123 66
Binary 11101011 10101000 101000 0 11101 1010011 1000 100111 1010011 110110

Color Harmonies of #EBA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA828

Black with #EBA828

Text Example


Text Example

White with #EBA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA828; }

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

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

background-color css

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

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

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

border-color css

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

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

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