Html Css Color HEX #EBAF15 Gold Tips

📋 copy color: '#EBAF15'

red 235 ◦ green 175 ◦ blue 21

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

Shades of Gold Tips #EBAF15

Tints of Gold Tips #EBAF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.87%

R = 54.52%
G = 40.6%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBAF15 (or 0xEBAF15) is known color: Gold Tips. HEX triplet: EB, AF and 15. RGB value is (235,175,21). Sum of RGB (Red+Green+Blue) = 235+175+21=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAF15 is #1450EA. Grayscale: #B0B0B0. Windows color (decimal): -1331435 or 1421291. OLE color: 1421291.

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

Color convert

RGB 235 175 21 -
CMYK 0 0.26 0.91 0.08
HSL 43.18º 0.84% 0.5% -
HSV(B) 43.18º 0.91% 0.92% -
XYZ 49.73 48.38 7.43 -
YUV 175.38 40.88 170.52 -
System Red Green Blue C M Y K H S L
Decimal 235 175 21 0 0.26 0.91 0.08 43.18 0.84 0.5
Hex EB AF 15 0 1A 5B 8 2B 54 32
Octal 353 257 25 0 32 133 10 53 124 62
Binary 11101011 10101111 10101 0 11010 1011011 1000 101011 1010100 110010

Color Harmonies of #EBAF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF15

Black with #EBAF15

Text Example


Text Example

White with #EBAF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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