Html Css Color HEX #E16229 Gold Drop

📋 copy color: '#E16229'

red 225 ◦ green 98 ◦ blue 41

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

Shades of Gold Drop #E16229

Tints of Gold Drop #E16229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

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

R = 61.81%
G = 26.92%
B = 11.26%

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

#E16229 (or 0xE16229) is known color: Gold Drop. HEX triplet: E1, 62 and 29. RGB value is (225,98,41). Sum of RGB (Red+Green+Blue) = 225+98+41=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E16229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16229 is #1E9DD6. Grayscale: #818181. Windows color (decimal): -2006487 or 2712289. OLE color: 2712289.

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

Color convert

RGB 225 98 41 -
CMYK 0 0.56 0.82 0.12
HSL 18.59º 0.75% 0.52% -
HSV(B) 18.59º 0.82% 0.88% -
XYZ 35.82 24.9 5.02 -
YUV 129.48 78.08 196.13 -
System Red Green Blue C M Y K H S L
Decimal 225 98 41 0 0.56 0.82 0.12 18.59 0.75 0.52
Hex E1 62 29 0 38 52 C 13 4B 34
Octal 341 142 51 0 70 122 14 23 113 64
Binary 11100001 1100010 101001 0 111000 1010010 1100 10011 1001011 110100

Color Harmonies of #E16229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16229

Black with #E16229

Text Example


Text Example

White with #E16229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16229; }

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

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

background-color css

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

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

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

border-color css

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

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

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