#EA914E

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

Shades of Sea Buckthorn #EA914E

Tints of Sea Buckthorn #EA914E

Color information

#EA914E (or 0xEA914E) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 91 and 4E. RGB value is (234,145,78). Sum of RGB (Red+Green+Blue) = 234+145+78=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA914E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA914E is #156EB1. Grayscale: #A4A4A4. Windows color (decimal): -1404594 or 5149162. OLE color: 5149162.

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

Color convert

RGB23414578-
CMYK00.380.670.08
HSL25.77º78.79%61.18%-
HSV(B)25.77º66.67%91.76%-
XYZ45.4338.2912.2-
YUV163.9779.49177.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 78 (30.86% from 255) = 17.07%
R=51.20%
G=31.73%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341457800.380.670.0825.7778.7961.18
HexEA914E0264381a4f3d
Octal352221116046103103211775
Binary11101010100100011001110010011010000111000110101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA914E; }

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

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

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

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

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

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

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

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