Html Css Color HEX #EBAC19 Gold Tips

📋 copy color: '#EBAC19'

red 235 ◦ green 172 ◦ blue 25

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

Shades of Gold Tips #EBAC19

Tints of Gold Tips #EBAC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.81%

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

R = 54.4%
G = 39.81%
B = 5.79%

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

#EBAC19 (or 0xEBAC19) is known color: Gold Tips. HEX triplet: EB, AC and 19. RGB value is (235,172,25). Sum of RGB (Red+Green+Blue) = 235+172+25=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC19 is #1453E6. Grayscale: #AEAEAE. Windows color (decimal): -1332199 or 1682667. OLE color: 1682667.

HSL color Cylindrical-coordinate representation of color #EBAC19: hue angle of 42º 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 #EBAC19 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 172 25 -
CMYK 0 0.27 0.89 0.08
HSL 42º 0.84% 0.51% -
HSV(B) 42º 0.89% 0.92% -
XYZ 49.19 47.24 7.44 -
YUV 174.08 43.87 171.45 -
System Red Green Blue C M Y K H S L
Decimal 235 172 25 0 0.27 0.89 0.08 42 0.84 0.51
Hex EB AC 19 0 1B 59 8 2A 54 33
Octal 353 254 31 0 33 131 10 52 124 63
Binary 11101011 10101100 11001 0 11011 1011001 1000 101010 1010100 110011

Color Harmonies of #EBAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC19

Black with #EBAC19

Text Example


Text Example

White with #EBAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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