Html Css Color HEX #EBB115 Gold Tips

📋 copy color: '#EBB115'

red 235 ◦ green 177 ◦ blue 21

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

Shades of Gold Tips #EBB115

Tints of Gold Tips #EBB115

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

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

R = 54.27%
G = 40.88%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBB115 (or 0xEBB115) is known color: Gold Tips. HEX triplet: EB, B1 and 15. RGB value is (235,177,21). Sum of RGB (Red+Green+Blue) = 235+177+21=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBB115 is #144EEA. Grayscale: #B1B1B1. Windows color (decimal): -1330923 or 1421803. OLE color: 1421803.

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

Color convert

RGB 235 177 21 -
CMYK 0 0.25 0.91 0.08
HSL 43.74º 0.84% 0.5% -
HSV(B) 43.74º 0.91% 0.92% -
XYZ 50.12 49.16 7.56 -
YUV 176.56 40.22 169.68 -
System Red Green Blue C M Y K H S L
Decimal 235 177 21 0 0.25 0.91 0.08 43.74 0.84 0.5
Hex EB B1 15 0 19 5B 8 2C 54 32
Octal 353 261 25 0 31 133 10 54 124 62
Binary 11101011 10110001 10101 0 11001 1011011 1000 101100 1010100 110010

Color Harmonies of #EBB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB115

Black with #EBB115

Text Example


Text Example

White with #EBB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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