Html Css Color HEX #E0B32F Gold Tips

📋 copy color: '#E0B32F'

red 224 ◦ green 179 ◦ blue 47

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

Shades of Gold Tips #E0B32F

Tints of Gold Tips #E0B32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.44%

R = 49.78%
G = 39.78%
B = 10.44%

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

#E0B32F (or 0xE0B32F) is known color: Gold Tips. HEX triplet: E0, B3 and 2F. RGB value is (224,179,47). Sum of RGB (Red+Green+Blue) = 224+179+47=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B32F is #1F4CD0. Grayscale: #B1B1B1. Windows color (decimal): -2051281 or 3126240. OLE color: 3126240.

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

Color convert

RGB 224 179 47 -
CMYK 0 0.20 0.79 0.12
HSL 44.75º 0.74% 0.53% -
HSV(B) 44.75º 0.79% 0.88% -
XYZ 47.37 48.29 9.51 -
YUV 177.41 54.41 161.23 -
System Red Green Blue C M Y K H S L
Decimal 224 179 47 0 0.20 0.79 0.12 44.75 0.74 0.53
Hex E0 B3 2F 0 14 4F C 2D 4A 35
Octal 340 263 57 0 24 117 14 55 112 65
Binary 11100000 10110011 101111 0 10100 1001111 1100 101101 1001010 110101

Color Harmonies of #E0B32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B32F

Black with #E0B32F

Text Example


Text Example

White with #E0B32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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