#EA954E

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

Shades of Sea Buckthorn #EA954E

Tints of Sea Buckthorn #EA954E

Color information

#EA954E (or 0xEA954E) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 95 and 4E. RGB value is (234,149,78). Sum of RGB (Red+Green+Blue) = 234+149+78=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA954E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA954E is #156AB1. Grayscale: #A6A6A6. Windows color (decimal): -1403570 or 5150186. OLE color: 5150186.

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

Color convert

RGB23414978-
CMYK00.360.670.08
HSL27.31º78.79%61.18%-
HSV(B)27.31º66.67%91.76%-
XYZ46.0539.5412.41-
YUV166.3278.16176.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 78 (30.86% from 255) = 16.92%
R=50.76%
G=32.32%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341497800.360.670.0827.3178.7961.18
HexEA954E0244381b4f3d
Octal352225116044103103311775
Binary11101010100101011001110010010010000111000110111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA954E; }

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

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

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

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

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

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

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

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