#EA9145

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

Shades of Sea Buckthorn #EA9145

Tints of Sea Buckthorn #EA9145

Color information

#EA9145 (or 0xEA9145) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 91 and 45. RGB value is (234,145,69). Sum of RGB (Red+Green+Blue) = 234+145+69=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9145 is #156EBA. Grayscale: #A3A3A3. Windows color (decimal): -1404603 or 4559338. OLE color: 4559338.

HSL color Cylindrical-coordinate representation of color #EA9145: hue angle of 27.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA9145 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23414569-
CMYK00.380.710.08
HSL27.64º79.71%59.41%-
HSV(B)27.64º70.51%91.76%-
XYZ45.1338.1710.62-
YUV162.9574.99178.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.23%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 69 (27.34% from 255) = 15.40%
R=52.23%
G=32.37%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341456900.380.710.0827.6479.7159.41
HexEA91450264781c503b
Octal352221105046107103412073
Binary11101010100100011000101010011010001111000111001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9145; }

 p { color: rgb(234,145,69); }

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

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

 a { background-color: rgb(234,145,69); }

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

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

 span { border-color: rgb(234,145,69); }

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