Html Css Color HEX #EBAB19 Gold Tips

📋 copy color: '#EBAB19'

red 235 ◦ green 171 ◦ blue 25

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

Shades of Gold Tips #EBAB19

Tints of Gold Tips #EBAB19

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 25 (10.16% from 255) = 5.8%

R = 54.52%
G = 39.68%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBAB19 (or 0xEBAB19) is known color: Gold Tips. HEX triplet: EB, AB and 19. RGB value is (235,171,25). Sum of RGB (Red+Green+Blue) = 235+171+25=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB19 is #1454E6. Grayscale: #AEAEAE. Windows color (decimal): -1332455 or 1682411. OLE color: 1682411.

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

Color convert

RGB 235 171 25 -
CMYK 0 0.27 0.89 0.08
HSL 41.71º 0.84% 0.51% -
HSV(B) 41.71º 0.89% 0.92% -
XYZ 49 46.86 7.38 -
YUV 173.49 44.2 171.87 -
System Red Green Blue C M Y K H S L
Decimal 235 171 25 0 0.27 0.89 0.08 41.71 0.84 0.51
Hex EB AB 19 0 1B 59 8 2A 54 33
Octal 353 253 31 0 33 131 10 52 124 63
Binary 11101011 10101011 11001 0 11011 1011001 1000 101010 1010100 110011

Color Harmonies of #EBAB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB19

Black with #EBAB19

Text Example


Text Example

White with #EBAB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB19; }

 p { color: rgb(235,171,25); }

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

background-color css

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

 a { background-color: rgb(235,171,25); }

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

border-color css

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

 span { border-color: rgb(235,171,25); }

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