Html Css Color HEX #E0B31D Gold Tips

📋 copy color: '#E0B31D'

red 224 ◦ green 179 ◦ blue 29

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

Shades of Gold Tips #E0B31D

Tints of Gold Tips #E0B31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 51.85%
G = 41.44%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0B31D (or 0xE0B31D) is known color: Gold Tips. HEX triplet: E0, B3 and 1D. RGB value is (224,179,29). Sum of RGB (Red+Green+Blue) = 224+179+29=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B31D is #1F4CE2. Grayscale: #B0B0B0. Windows color (decimal): -2051299 or 1946592. OLE color: 1946592.

HSL color Cylindrical-coordinate representation of color #E0B31D: hue angle of 46.15º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0B31D is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 179 29 -
CMYK 0 0.20 0.87 0.12
HSL 46.15º 0.77% 0.5% -
HSV(B) 46.15º 0.87% 0.88% -
XYZ 47.08 48.18 7.98 -
YUV 175.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 224 179 29 0 0.20 0.87 0.12 46.15 0.77 0.5
Hex E0 B3 1D 0 14 57 C 2E 4D 32
Octal 340 263 35 0 24 127 14 56 115 62
Binary 11100000 10110011 11101 0 10100 1010111 1100 101110 1001101 110010

Color Harmonies of #E0B31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B31D

Black with #E0B31D

Text Example


Text Example

White with #E0B31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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