#EA974E

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

Shades of Sea Buckthorn #EA974E

Tints of Sea Buckthorn #EA974E

Color information

#EA974E (or 0xEA974E) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 97 and 4E. RGB value is (234,151,78). Sum of RGB (Red+Green+Blue) = 234+151+78=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA974E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA974E is #1568B1. Grayscale: #A7A7A7. Windows color (decimal): -1403058 or 5150698. OLE color: 5150698.

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

Color convert

RGB23415178-
CMYK00.350.670.08
HSL28.08º78.79%61.18%-
HSV(B)28.08º66.67%91.76%-
XYZ46.3740.1812.52-
YUV167.577.5175.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.54%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 78 (30.86% from 255) = 16.85%
R=50.54%
G=32.61%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341517800.350.670.0828.0878.7961.18
HexEA974E0234381c4f3d
Octal352227116043103103411775
Binary11101010100101111001110010001110000111000111001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA974E; }

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

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

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

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

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

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

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

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