Html Css Color HEX #E0B131 Gold Tips

📋 copy color: '#E0B131'

red 224 ◦ green 177 ◦ blue 49

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

Shades of Gold Tips #E0B131

Tints of Gold Tips #E0B131

RGB

 RED value IS 224 (87.89% from 255) = 49.78%

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

 BLUE value IS 49 (19.53% from 255) = 10.89%

R = 49.78%
G = 39.33%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E0B131 (or 0xE0B131) is known color: Gold Tips. HEX triplet: E0, B1 and 31. RGB value is (224,177,49). Sum of RGB (Red+Green+Blue) = 224+177+49=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B131 is #1F4ECE. Grayscale: #B1B1B1. Windows color (decimal): -2051791 or 3256800. OLE color: 3256800.

HSL color Cylindrical-coordinate representation of color #E0B131: hue angle of 43.89º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0B131 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 177 49 -
CMYK 0 0.21 0.78 0.12
HSL 43.89º 0.74% 0.54% -
HSV(B) 43.89º 0.78% 0.88% -
XYZ 47.02 47.51 9.6 -
YUV 176.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 224 177 49 0 0.21 0.78 0.12 43.89 0.74 0.54
Hex E0 B1 31 0 15 4E C 2C 4A 36
Octal 340 261 61 0 25 116 14 54 112 66
Binary 11100000 10110001 110001 0 10101 1001110 1100 101100 1001010 110110

Color Harmonies of #E0B131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B131

Black with #E0B131

Text Example


Text Example

White with #E0B131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B131; }

 p { color: rgb(224,177,49); }

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

background-color css

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

 a { background-color: rgb(224,177,49); }

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

border-color css

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

 span { border-color: rgb(224,177,49); }

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