Html Css Color HEX #E0B32E Gold Tips

📋 copy color: '#E0B32E'

red 224 ◦ green 179 ◦ blue 46

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

Shades of Gold Tips #E0B32E

Tints of Gold Tips #E0B32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.24%

R = 49.89%
G = 39.87%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0B32E (or 0xE0B32E) is known color: Gold Tips. HEX triplet: E0, B3 and 2E. RGB value is (224,179,46). Sum of RGB (Red+Green+Blue) = 224+179+46=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B32E is #1F4CD1. Grayscale: #B1B1B1. Windows color (decimal): -2051282 or 3060704. OLE color: 3060704.

HSL color Cylindrical-coordinate representation of color #E0B32E: hue angle of 44.83º 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 #E0B32E is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 179 46 -
CMYK 0 0.20 0.79 0.12
HSL 44.83º 0.74% 0.53% -
HSV(B) 44.83º 0.79% 0.88% -
XYZ 47.35 48.28 9.41 -
YUV 177.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 224 179 46 0 0.20 0.79 0.12 44.83 0.74 0.53
Hex E0 B3 2E 0 14 4F C 2D 4A 35
Octal 340 263 56 0 24 117 14 55 112 65
Binary 11100000 10110011 101110 0 10100 1001111 1100 101101 1001010 110101

Color Harmonies of #E0B32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B32E

Black with #E0B32E

Text Example


Text Example

White with #E0B32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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