Html Css Color HEX #E0B130 Gold Tips

📋 copy color: '#E0B130'

red 224 ◦ green 177 ◦ blue 48

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

Shades of Gold Tips #E0B130

Tints of Gold Tips #E0B130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.69%

R = 49.89%
G = 39.42%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0B130 (or 0xE0B130) is known color: Gold Tips. HEX triplet: E0, B1 and 30. RGB value is (224,177,48). Sum of RGB (Red+Green+Blue) = 224+177+48=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B130 is #1F4ECF. Grayscale: #B0B0B0. Windows color (decimal): -2051792 or 3191264. OLE color: 3191264.

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

Color convert

RGB 224 177 48 -
CMYK 0 0.21 0.79 0.12
HSL 43.98º 0.74% 0.53% -
HSV(B) 43.98º 0.79% 0.88% -
XYZ 47 47.5 9.49 -
YUV 176.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 224 177 48 0 0.21 0.79 0.12 43.98 0.74 0.53
Hex E0 B1 30 0 15 4F C 2C 4A 35
Octal 340 261 60 0 25 117 14 54 112 65
Binary 11100000 10110001 110000 0 10101 1001111 1100 101100 1001010 110101

Color Harmonies of #E0B130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B130

Black with #E0B130

Text Example


Text Example

White with #E0B130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B130; }

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

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

background-color css

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

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

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

border-color css

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

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

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