#EA9045

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

Shades of Sea Buckthorn #EA9045

Tints of Sea Buckthorn #EA9045

Color information

#EA9045 (or 0xEA9045) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 90 and 45. RGB value is (234,144,69). Sum of RGB (Red+Green+Blue) = 234+144+69=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9045 is #156FBA. Grayscale: #A2A2A2. Windows color (decimal): -1404859 or 4559082. OLE color: 4559082.

HSL color Cylindrical-coordinate representation of color #EA9045: hue angle of 27.27º 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 #EA9045 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23414469-
CMYK00.380.710.08
HSL27.27º79.71%59.41%-
HSV(B)27.27º70.51%91.76%-
XYZ44.9837.8710.57-
YUV162.3675.32179.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.35%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 69 (27.34% from 255) = 15.44%
R=52.35%
G=32.21%
B=15.44%

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
Decimal2341446900.380.710.0827.2779.7159.41
HexEA90450264781b503b
Octal352220105046107103312073
Binary11101010100100001000101010011010001111000110111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9045; }

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

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

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

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

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

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

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

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