#EA9745

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

Shades of Sea Buckthorn #EA9745

Tints of Sea Buckthorn #EA9745

Color information

#EA9745 (or 0xEA9745) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 97 and 45. RGB value is (234,151,69). Sum of RGB (Red+Green+Blue) = 234+151+69=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9745 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9745 is #1568BA. Grayscale: #A6A6A6. Windows color (decimal): -1403067 or 4560874. OLE color: 4560874.

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

Color convert

RGB23415169-
CMYK00.350.710.08
HSL29.82º79.71%59.41%-
HSV(B)29.82º70.51%91.76%-
XYZ46.0740.0610.93-
YUV166.4773176.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 69 (27.34% from 255) = 15.20%
R=51.54%
G=33.26%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341516900.350.710.0829.8279.7159.41
HexEA97450234781e503b
Octal352227105043107103612073
Binary11101010100101111000101010001110001111000111101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9745; }

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

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

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

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

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

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

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

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