Html Css Color HEX #E4B32D Gold Tips

📋 copy color: '#E4B32D'

red 228 ◦ green 179 ◦ blue 45

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

Shades of Gold Tips #E4B32D

Tints of Gold Tips #E4B32D

RGB

 RED value IS 228 (89.45% from 255) = 50.44%

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

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

R = 50.44%
G = 39.6%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E4B32D (or 0xE4B32D) is known color: Gold Tips. HEX triplet: E4, B3 and 2D. RGB value is (228,179,45). Sum of RGB (Red+Green+Blue) = 228+179+45=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4B32D is #1B4CD2. Grayscale: #B2B2B2. Windows color (decimal): -1789139 or 2995172. OLE color: 2995172.

HSL color Cylindrical-coordinate representation of color #E4B32D: hue angle of 43.93º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4B32D is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 179 45 -
CMYK 0 0.21 0.80 0.11
HSL 43.93º 0.77% 0.54% -
HSV(B) 43.93º 0.8% 0.89% -
XYZ 48.59 48.92 9.36 -
YUV 178.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 228 179 45 0 0.21 0.80 0.11 43.93 0.77 0.54
Hex E4 B3 2D 0 15 50 B 2C 4D 36
Octal 344 263 55 0 25 120 13 54 115 66
Binary 11100100 10110011 101101 0 10101 1010000 1011 101100 1001101 110110

Color Harmonies of #E4B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B32D

Black with #E4B32D

Text Example


Text Example

White with #E4B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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