Html Css Color HEX #EBB128 Gold Tips

📋 copy color: '#EBB128'

red 235 ◦ green 177 ◦ blue 40

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

Shades of Gold Tips #EBB128

Tints of Gold Tips #EBB128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.85%

R = 51.99%
G = 39.16%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBB128 (or 0xEBB128) is known color: Gold Tips. HEX triplet: EB, B1 and 28. RGB value is (235,177,40). Sum of RGB (Red+Green+Blue) = 235+177+40=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB128 is #144ED7. Grayscale: #B3B3B3. Windows color (decimal): -1330904 or 2666987. OLE color: 2666987.

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

Color convert

RGB 235 177 40 -
CMYK 0 0.25 0.83 0.08
HSL 42.15º 0.83% 0.54% -
HSV(B) 42.15º 0.83% 0.92% -
XYZ 50.37 49.26 8.86 -
YUV 178.72 49.72 168.14 -
System Red Green Blue C M Y K H S L
Decimal 235 177 40 0 0.25 0.83 0.08 42.15 0.83 0.54
Hex EB B1 28 0 19 53 8 2A 53 36
Octal 353 261 50 0 31 123 10 52 123 66
Binary 11101011 10110001 101000 0 11001 1010011 1000 101010 1010011 110110

Color Harmonies of #EBB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB128

Black with #EBB128

Text Example


Text Example

White with #EBB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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