#E5914E

Color #E5914E Sea Buckthorn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Buckthorn #E5914E

Tints of Sea Buckthorn #E5914E

Color information

#E5914E (or 0xE5914E) is unknown color: approx Sea Buckthorn. HEX triplet: E5, 91 and 4E. RGB value is (229,145,78). Sum of RGB (Red+Green+Blue) = 229+145+78=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5914E is #1A6EB1. Grayscale: #A2A2A2. Windows color (decimal): -1732274 or 5149157. OLE color: 5149157.

HSL color Cylindrical-coordinate representation of color #E5914E: hue angle of 26.62º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5914E is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB22914578-
CMYK00.370.660.10
HSL26.62º74.38%60.2%-
HSV(B)26.62º65.94%89.8%-
XYZ43.8137.4612.13-
YUV162.4880.33175.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.66%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=50.66%
G=32.08%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291457800.370.660.1026.6274.3860.2
HexE5914E02542A1b4a3c
Octal345221116045102123311274
Binary11100101100100011001110010010110000101010110111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5914E; }

 p { color: rgb(229,145,78); }

 H1.HeaderClassName
 {
   color: #E5914E;
 }
 .AnyTagClassName
 {
   color: #E5914E;
 }
</style>
background-color css

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

 a { background-color: rgb(229,145,78); }

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

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

 span { border-color: rgb(229,145,78); }

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