#EA9E4D

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

Shades of Sea Buckthorn #EA9E4D

Tints of Sea Buckthorn #EA9E4D

Color information

#EA9E4D (or 0xEA9E4D) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 9E and 4D. RGB value is (234,158,77). Sum of RGB (Red+Green+Blue) = 234+158+77=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E4D is #1561B2. Grayscale: #ABABAB. Windows color (decimal): -1401267 or 5086954. OLE color: 5086954.

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

Color convert

RGB23415877-
CMYK00.320.670.08
HSL30.96º78.89%60.98%-
HSV(B)30.96º67.09%91.76%-
XYZ47.542.4812.72-
YUV171.4974.68172.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.89%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 77 (30.47% from 255) = 16.42%
R=49.89%
G=33.69%
B=16.42%

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
Decimal2341587700.320.670.0830.9678.8960.98
HexEA9E4D0204381f4f3d
Octal352236115040103103711775
Binary11101010100111101001101010000010000111000111111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E4D; }

 p { color: rgb(234,158,77); }

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

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

 a { background-color: rgb(234,158,77); }

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

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

 span { border-color: rgb(234,158,77); }

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