Html Css Color HEX #E16429 Gold Drop

📋 copy color: '#E16429'

red 225 ◦ green 100 ◦ blue 41

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

Shades of Gold Drop #E16429

Tints of Gold Drop #E16429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

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

R = 61.48%
G = 27.32%
B = 11.2%

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

#E16429 (or 0xE16429) is known color: Gold Drop. HEX triplet: E1, 64 and 29. RGB value is (225,100,41). Sum of RGB (Red+Green+Blue) = 225+100+41=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E16429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16429 is #1E9BD6. Grayscale: #838383. Windows color (decimal): -2005975 or 2712801. OLE color: 2712801.

HSL color Cylindrical-coordinate representation of color #E16429: hue angle of 19.24º 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 #E16429 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 41 -
CMYK 0 0.56 0.82 0.12
HSL 19.24º 0.75% 0.52% -
HSV(B) 19.24º 0.82% 0.88% -
XYZ 36.01 25.28 5.08 -
YUV 130.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 225 100 41 0 0.56 0.82 0.12 19.24 0.75 0.52
Hex E1 64 29 0 38 52 C 13 4B 34
Octal 341 144 51 0 70 122 14 23 113 64
Binary 11100001 1100100 101001 0 111000 1010010 1100 10011 1001011 110100

Color Harmonies of #E16429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16429

Black with #E16429

Text Example


Text Example

White with #E16429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16429; }

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

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

background-color css

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

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

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

border-color css

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

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

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