Html Css Color HEX #E16028 Gold Drop

📋 copy color: '#E16028'

red 225 ◦ green 96 ◦ blue 40

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

Shades of Gold Drop #E16028

Tints of Gold Drop #E16028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

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

R = 62.33%
G = 26.59%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E16028 (or 0xE16028) is known color: Gold Drop. HEX triplet: E1, 60 and 28. RGB value is (225,96,40). Sum of RGB (Red+Green+Blue) = 225+96+40=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E16028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16028 is #1E9FD7. Grayscale: #808080. Windows color (decimal): -2007000 or 2646241. OLE color: 2646241.

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

Color convert

RGB 225 96 40 -
CMYK 0 0.57 0.82 0.12
HSL 18.16º 0.76% 0.52% -
HSV(B) 18.16º 0.82% 0.88% -
XYZ 35.62 24.53 4.86 -
YUV 128.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 225 96 40 0 0.57 0.82 0.12 18.16 0.76 0.52
Hex E1 60 28 0 39 52 C 12 4C 34
Octal 341 140 50 0 71 122 14 22 114 64
Binary 11100001 1100000 101000 0 111001 1010010 1100 10010 1001100 110100

Color Harmonies of #E16028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16028

Black with #E16028

Text Example


Text Example

White with #E16028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16028; }

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

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

background-color css

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

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

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

border-color css

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

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

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