Html Css Color HEX #E16329 Gold Drop

📋 copy color: '#E16329'

red 225 ◦ green 99 ◦ blue 41

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

Shades of Gold Drop #E16329

Tints of Gold Drop #E16329

RGB

 RED value IS 225 (88.28% from 255) = 61.64%

 GREEN value IS 99 (39.06% from 255) = 27.12%

 BLUE value IS 41 (16.41% from 255) = 11.23%

R = 61.64%
G = 27.12%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E16329 (or 0xE16329) is known color: Gold Drop. HEX triplet: E1, 63 and 29. RGB value is (225,99,41). Sum of RGB (Red+Green+Blue) = 225+99+41=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E16329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16329 is #1E9CD6. Grayscale: #828282. Windows color (decimal): -2006231 or 2712545. OLE color: 2712545.

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

Color convert

RGB 225 99 41 -
CMYK 0 0.56 0.82 0.12
HSL 18.91º 0.75% 0.52% -
HSV(B) 18.91º 0.82% 0.88% -
XYZ 35.91 25.09 5.05 -
YUV 130.06 77.74 195.72 -
System Red Green Blue C M Y K H S L
Decimal 225 99 41 0 0.56 0.82 0.12 18.91 0.75 0.52
Hex E1 63 29 0 38 52 C 13 4B 34
Octal 341 143 51 0 70 122 14 23 113 64
Binary 11100001 1100011 101001 0 111000 1010010 1100 10011 1001011 110100

Color Harmonies of #E16329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16329

Black with #E16329

Text Example


Text Example

White with #E16329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16329; }

 p { color: rgb(225,99,41); }

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

background-color css

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

 a { background-color: rgb(225,99,41); }

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

border-color css

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

 span { border-color: rgb(225,99,41); }

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