Html Css Color HEX #EBA826 Gold Tips

📋 copy color: '#EBA826'

red 235 ◦ green 168 ◦ blue 38

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

Shades of Gold Tips #EBA826

Tints of Gold Tips #EBA826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.62%

R = 53.29%
G = 38.1%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBA826 (or 0xEBA826) is known color: Gold Tips. HEX triplet: EB, A8 and 26. RGB value is (235,168,38). Sum of RGB (Red+Green+Blue) = 235+168+38=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA826 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA826 is #1457D9. Grayscale: #ADADAD. Windows color (decimal): -1333210 or 2533611. OLE color: 2533611.

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

Color convert

RGB 235 168 38 -
CMYK 0 0.29 0.84 0.08
HSL 39.59º 0.83% 0.54% -
HSV(B) 39.59º 0.84% 0.92% -
XYZ 48.61 45.81 8.11 -
YUV 173.21 51.7 172.07 -
System Red Green Blue C M Y K H S L
Decimal 235 168 38 0 0.29 0.84 0.08 39.59 0.83 0.54
Hex EB A8 26 0 1D 54 8 28 53 36
Octal 353 250 46 0 35 124 10 50 123 66
Binary 11101011 10101000 100110 0 11101 1010100 1000 101000 1010011 110110

Color Harmonies of #EBA826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA826

Black with #EBA826

Text Example


Text Example

White with #EBA826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA826; }

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

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

background-color css

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

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

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

border-color css

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

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

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