Html Css Color HEX #E16228 Gold Drop

📋 copy color: '#E16228'

red 225 ◦ green 98 ◦ blue 40

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

Shades of Gold Drop #E16228

Tints of Gold Drop #E16228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 61.98%
G = 27%
B = 11.02%

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

#E16228 (or 0xE16228) is known color: Gold Drop. HEX triplet: E1, 62 and 28. RGB value is (225,98,40). Sum of RGB (Red+Green+Blue) = 225+98+40=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E16228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16228 is #1E9DD7. Grayscale: #818181. Windows color (decimal): -2006488 or 2646753. OLE color: 2646753.

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

Color convert

RGB 225 98 40 -
CMYK 0 0.56 0.82 0.12
HSL 18.81º 0.76% 0.52% -
HSV(B) 18.81º 0.82% 0.88% -
XYZ 35.8 24.9 4.93 -
YUV 129.36 77.58 196.22 -
System Red Green Blue C M Y K H S L
Decimal 225 98 40 0 0.56 0.82 0.12 18.81 0.76 0.52
Hex E1 62 28 0 38 52 C 13 4C 34
Octal 341 142 50 0 70 122 14 23 114 64
Binary 11100001 1100010 101000 0 111000 1010010 1100 10011 1001100 110100

Color Harmonies of #E16228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16228

Black with #E16228

Text Example


Text Example

White with #E16228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16228; }

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

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

background-color css

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

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

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

border-color css

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

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

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