Html Css Color HEX #E0B32D Gold Tips

📋 copy color: '#E0B32D'

red 224 ◦ green 179 ◦ blue 45

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

Shades of Gold Tips #E0B32D

Tints of Gold Tips #E0B32D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

 BLUE value IS 45 (17.97% from 255) = 10.04%

R = 50%
G = 39.96%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0B32D (or 0xE0B32D) is known color: Gold Tips. HEX triplet: E0, B3 and 2D. RGB value is (224,179,45). Sum of RGB (Red+Green+Blue) = 224+179+45=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B32D is #1F4CD2. Grayscale: #B1B1B1. Windows color (decimal): -2051283 or 2995168. OLE color: 2995168.

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

Color convert

RGB 224 179 45 -
CMYK 0 0.20 0.80 0.12
HSL 44.92º 0.74% 0.53% -
HSV(B) 44.92º 0.8% 0.88% -
XYZ 47.33 48.28 9.31 -
YUV 177.18 53.41 161.4 -
System Red Green Blue C M Y K H S L
Decimal 224 179 45 0 0.20 0.80 0.12 44.92 0.74 0.53
Hex E0 B3 2D 0 14 50 C 2D 4A 35
Octal 340 263 55 0 24 120 14 55 112 65
Binary 11100000 10110011 101101 0 10100 1010000 1100 101101 1001010 110101

Color Harmonies of #E0B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B32D

Black with #E0B32D

Text Example


Text Example

White with #E0B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B32D; }

 p { color: rgb(224,179,45); }

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

background-color css

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

 a { background-color: rgb(224,179,45); }

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

border-color css

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

 span { border-color: rgb(224,179,45); }

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