Html Css Color HEX #E16227 Gold Drop

📋 copy color: '#E16227'

red 225 ◦ green 98 ◦ blue 39

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

Shades of Gold Drop #E16227

Tints of Gold Drop #E16227

RGB

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

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

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

R = 62.15%
G = 27.07%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E16227 (or 0xE16227) is known color: Gold Drop. HEX triplet: E1, 62 and 27. RGB value is (225,98,39). Sum of RGB (Red+Green+Blue) = 225+98+39=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E16227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16227 is #1E9DD8. Grayscale: #818181. Windows color (decimal): -2006489 or 2581217. OLE color: 2581217.

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

Color convert

RGB 225 98 39 -
CMYK 0 0.56 0.83 0.12
HSL 19.03º 0.76% 0.52% -
HSV(B) 19.03º 0.83% 0.88% -
XYZ 35.79 24.89 4.84 -
YUV 129.25 77.08 196.3 -
System Red Green Blue C M Y K H S L
Decimal 225 98 39 0 0.56 0.83 0.12 19.03 0.76 0.52
Hex E1 62 27 0 38 53 C 13 4C 34
Octal 341 142 47 0 70 123 14 23 114 64
Binary 11100001 1100010 100111 0 111000 1010011 1100 10011 1001100 110100

Color Harmonies of #E16227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16227

Black with #E16227

Text Example


Text Example

White with #E16227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16227; }

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

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

background-color css

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

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

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

border-color css

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

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

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