Html Css Color HEX #EBB127 Gold Tips

📋 copy color: '#EBB127'

red 235 ◦ green 177 ◦ blue 39

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

Shades of Gold Tips #EBB127

Tints of Gold Tips #EBB127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.65%

R = 52.11%
G = 39.25%
B = 8.65%

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

#EBB127 (or 0xEBB127) is known color: Gold Tips. HEX triplet: EB, B1 and 27. RGB value is (235,177,39). Sum of RGB (Red+Green+Blue) = 235+177+39=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB127 is #144ED8. Grayscale: #B3B3B3. Windows color (decimal): -1330905 or 2601451. OLE color: 2601451.

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

Color convert

RGB 235 177 39 -
CMYK 0 0.25 0.83 0.08
HSL 42.24º 0.83% 0.54% -
HSV(B) 42.24º 0.83% 0.92% -
XYZ 50.35 49.25 8.77 -
YUV 178.61 49.22 168.22 -
System Red Green Blue C M Y K H S L
Decimal 235 177 39 0 0.25 0.83 0.08 42.24 0.83 0.54
Hex EB B1 27 0 19 53 8 2A 53 36
Octal 353 261 47 0 31 123 10 52 123 66
Binary 11101011 10110001 100111 0 11001 1010011 1000 101010 1010011 110110

Color Harmonies of #EBB127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB127

Black with #EBB127

Text Example


Text Example

White with #EBB127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB127; }

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

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

background-color css

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

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

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

border-color css

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

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

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