Html Css Color HEX #E0B327 Gold Tips

📋 copy color: '#E0B327'

red 224 ◦ green 179 ◦ blue 39

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

Shades of Gold Tips #E0B327

Tints of Gold Tips #E0B327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.82%

R = 50.68%
G = 40.5%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E0B327 (or 0xE0B327) is known color: Gold Tips. HEX triplet: E0, B3 and 27. RGB value is (224,179,39). Sum of RGB (Red+Green+Blue) = 224+179+39=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B327 is #1F4CD8. Grayscale: #B1B1B1. Windows color (decimal): -2051289 or 2601952. OLE color: 2601952.

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

Color convert

RGB 224 179 39 -
CMYK 0 0.20 0.83 0.12
HSL 45.41º 0.75% 0.52% -
HSV(B) 45.41º 0.83% 0.88% -
XYZ 47.23 48.23 8.74 -
YUV 176.5 50.41 161.88 -
System Red Green Blue C M Y K H S L
Decimal 224 179 39 0 0.20 0.83 0.12 45.41 0.75 0.52
Hex E0 B3 27 0 14 53 C 2D 4B 34
Octal 340 263 47 0 24 123 14 55 113 64
Binary 11100000 10110011 100111 0 10100 1010011 1100 101101 1001011 110100

Color Harmonies of #E0B327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B327

Black with #E0B327

Text Example


Text Example

White with #E0B327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B327; }

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

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

background-color css

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

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

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

border-color css

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

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

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