Html Css Color HEX #EBB112 Gold Tips

📋 copy color: '#EBB112'

red 235 ◦ green 177 ◦ blue 18

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

Shades of Gold Tips #EBB112

Tints of Gold Tips #EBB112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.19%

R = 54.65%
G = 41.16%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBB112 (or 0xEBB112) is known color: Gold Tips. HEX triplet: EB, B1 and 12. RGB value is (235,177,18). Sum of RGB (Red+Green+Blue) = 235+177+18=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBB112 is #144EED. Grayscale: #B0B0B0. Windows color (decimal): -1330926 or 1225195. OLE color: 1225195.

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

Color convert

RGB 235 177 18 -
CMYK 0 0.25 0.92 0.08
HSL 43.96º 0.86% 0.5% -
HSV(B) 43.96º 0.92% 0.92% -
XYZ 50.09 49.15 7.42 -
YUV 176.22 38.72 169.93 -
System Red Green Blue C M Y K H S L
Decimal 235 177 18 0 0.25 0.92 0.08 43.96 0.86 0.5
Hex EB B1 12 0 19 5C 8 2C 56 32
Octal 353 261 22 0 31 134 10 54 126 62
Binary 11101011 10110001 10010 0 11001 1011100 1000 101100 1010110 110010

Color Harmonies of #EBB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB112

Black with #EBB112

Text Example


Text Example

White with #EBB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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