Html Css Color HEX #E0B220 Gold Tips

📋 copy color: '#E0B220'

red 224 ◦ green 178 ◦ blue 32

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

Shades of Gold Tips #E0B220

Tints of Gold Tips #E0B220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

 BLUE value IS 32 (12.89% from 255) = 7.37%

R = 51.61%
G = 41.01%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0B220 (or 0xE0B220) is known color: Gold Tips. HEX triplet: E0, B2 and 20. RGB value is (224,178,32). Sum of RGB (Red+Green+Blue) = 224+178+32=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B220 is #1F4DDF. Grayscale: #AFAFAF. Windows color (decimal): -2051552 or 2142944. OLE color: 2142944.

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

Color convert

RGB 224 178 32 -
CMYK 0 0.21 0.86 0.12
HSL 45.63º 0.76% 0.5% -
HSV(B) 45.63º 0.86% 0.88% -
XYZ 46.92 47.79 8.12 -
YUV 175.11 47.24 162.87 -
System Red Green Blue C M Y K H S L
Decimal 224 178 32 0 0.21 0.86 0.12 45.63 0.76 0.5
Hex E0 B2 20 0 15 56 C 2E 4C 32
Octal 340 262 40 0 25 126 14 56 114 62
Binary 11100000 10110010 100000 0 10101 1010110 1100 101110 1001100 110010

Color Harmonies of #E0B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B220

Black with #E0B220

Text Example


Text Example

White with #E0B220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B220; }

 p { color: rgb(224,178,32); }

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

background-color css

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

 a { background-color: rgb(224,178,32); }

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

border-color css

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

 span { border-color: rgb(224,178,32); }

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