Html Css Color HEX #EBAF19 Gold Tips

📋 copy color: '#EBAF19'

red 235 ◦ green 175 ◦ blue 25

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

Shades of Gold Tips #EBAF19

Tints of Gold Tips #EBAF19

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.23%

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

R = 54.02%
G = 40.23%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBAF19 (or 0xEBAF19) is known color: Gold Tips. HEX triplet: EB, AF and 19. RGB value is (235,175,25). Sum of RGB (Red+Green+Blue) = 235+175+25=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAF19 is #1450E6. Grayscale: #B0B0B0. Windows color (decimal): -1331431 or 1683435. OLE color: 1683435.

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

Color convert

RGB 235 175 25 -
CMYK 0 0.26 0.89 0.08
HSL 42.86º 0.84% 0.51% -
HSV(B) 42.86º 0.89% 0.92% -
XYZ 49.77 48.39 7.64 -
YUV 175.84 42.88 170.2 -
System Red Green Blue C M Y K H S L
Decimal 235 175 25 0 0.26 0.89 0.08 42.86 0.84 0.51
Hex EB AF 19 0 1A 59 8 2B 54 33
Octal 353 257 31 0 32 131 10 53 124 63
Binary 11101011 10101111 11001 0 11010 1011001 1000 101011 1010100 110011

Color Harmonies of #EBAF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF19

Black with #EBAF19

Text Example


Text Example

White with #EBAF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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