#ea9f4e

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

Shades of Sea Buckthorn #EA9F4E

Tints of Sea Buckthorn #EA9F4E

Color information

#EA9F4E (or 0xEA9F4E) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 9F and 4E. RGB value is (234,159,78). Sum of RGB (Red+Green+Blue) = 234+159+78=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F4E is #1560B1. Grayscale: #ACACAC. Windows color (decimal): -1401010 or 5152746. OLE color: 5152746.

HSL color Cylindrical-coordinate representation of color #EA9F4E: hue angle of 31.15º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA9F4E is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB23415978-
CMYK00.320.670.08
HSL31.15º78.79%61.18%-
HSV(B)31.15º66.67%91.76%-
XYZ47.742.8412.96-
YUV172.1974.85172.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 78 (30.86% from 255) = 16.56%
R=49.68%
G=33.76%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341597800.320.670.0831.1578.7961.18
HexEA9F4E0204381f4f3d
Octal352237116040103103711775
Binary11101010100111111001110010000010000111000111111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea9f4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea9f4e; }

 p { color: rgb(234,159,78); }

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

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

 a { background-color: rgb(234,159,78); }

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

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

 span { border-color: rgb(234,159,78); }

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