Html Css Color HEX #EBAD17 Gold Tips

📋 copy color: '#EBAD17'

red 235 ◦ green 173 ◦ blue 23

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

Shades of Gold Tips #EBAD17

Tints of Gold Tips #EBAD17

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 23 (9.38% from 255) = 5.34%

R = 54.52%
G = 40.14%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBAD17 (or 0xEBAD17) is known color: Gold Tips. HEX triplet: EB, AD and 17. RGB value is (235,173,23). Sum of RGB (Red+Green+Blue) = 235+173+23=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAD17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAD17 is #1452E8. Grayscale: #AFAFAF. Windows color (decimal): -1331945 or 1551851. OLE color: 1551851.

HSL color Cylindrical-coordinate representation of color #EBAD17: hue angle of 42.45º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBAD17 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 173 23 -
CMYK 0 0.26 0.90 0.08
HSL 42.45º 0.84% 0.51% -
HSV(B) 42.45º 0.9% 0.92% -
XYZ 49.36 47.61 7.4 -
YUV 174.44 42.54 171.2 -
System Red Green Blue C M Y K H S L
Decimal 235 173 23 0 0.26 0.90 0.08 42.45 0.84 0.51
Hex EB AD 17 0 1A 5A 8 2A 54 33
Octal 353 255 27 0 32 132 10 52 124 63
Binary 11101011 10101101 10111 0 11010 1011010 1000 101010 1010100 110011

Color Harmonies of #EBAD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAD17

Black with #EBAD17

Text Example


Text Example

White with #EBAD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAD17; }

 p { color: rgb(235,173,23); }

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

background-color css

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

 a { background-color: rgb(235,173,23); }

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

border-color css

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

 span { border-color: rgb(235,173,23); }

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