Html Css Color HEX #EBB11C Gold Tips

📋 copy color: '#EBB11C'

red 235 ◦ green 177 ◦ blue 28

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

Shades of Gold Tips #EBB11C

Tints of Gold Tips #EBB11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.36%

R = 53.41%
G = 40.23%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBB11C (or 0xEBB11C) is known color: Gold Tips. HEX triplet: EB, B1 and 1C. RGB value is (235,177,28). Sum of RGB (Red+Green+Blue) = 235+177+28=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB11C is #144EE3. Grayscale: #B2B2B2. Windows color (decimal): -1330916 or 1880555. OLE color: 1880555.

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

Color convert

RGB 235 177 28 -
CMYK 0 0.25 0.88 0.08
HSL 43.19º 0.84% 0.52% -
HSV(B) 43.19º 0.88% 0.92% -
XYZ 50.19 49.19 7.95 -
YUV 177.36 43.72 169.12 -
System Red Green Blue C M Y K H S L
Decimal 235 177 28 0 0.25 0.88 0.08 43.19 0.84 0.52
Hex EB B1 1C 0 19 58 8 2B 54 34
Octal 353 261 34 0 31 130 10 53 124 64
Binary 11101011 10110001 11100 0 11001 1011000 1000 101011 1010100 110100

Color Harmonies of #EBB11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB11C

Black with #EBB11C

Text Example


Text Example

White with #EBB11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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