Html Css Color HEX #EBA823 Gold Tips

📋 copy color: '#EBA823'

red 235 ◦ green 168 ◦ blue 35

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

Shades of Gold Tips #EBA823

Tints of Gold Tips #EBA823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.99%

R = 53.65%
G = 38.36%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBA823 (or 0xEBA823) is known color: Gold Tips. HEX triplet: EB, A8 and 23. RGB value is (235,168,35). Sum of RGB (Red+Green+Blue) = 235+168+35=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA823 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA823 is #1457DC. Grayscale: #ADADAD. Windows color (decimal): -1333213 or 2337003. OLE color: 2337003.

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

Color convert

RGB 235 168 35 -
CMYK 0 0.29 0.85 0.08
HSL 39.9º 0.83% 0.53% -
HSV(B) 39.9º 0.85% 0.92% -
XYZ 48.57 45.79 7.87 -
YUV 172.87 50.2 172.31 -
System Red Green Blue C M Y K H S L
Decimal 235 168 35 0 0.29 0.85 0.08 39.9 0.83 0.53
Hex EB A8 23 0 1D 55 8 28 53 35
Octal 353 250 43 0 35 125 10 50 123 65
Binary 11101011 10101000 100011 0 11101 1010101 1000 101000 1010011 110101

Color Harmonies of #EBA823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA823

Black with #EBA823

Text Example


Text Example

White with #EBA823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA823; }

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

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

background-color css

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

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

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

border-color css

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

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

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