#EA9C4B

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

Shades of Sea Buckthorn #EA9C4B

Tints of Sea Buckthorn #EA9C4B

Color information

#EA9C4B (or 0xEA9C4B) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 9C and 4B. RGB value is (234,156,75). Sum of RGB (Red+Green+Blue) = 234+156+75=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9C4B is #1563B4. Grayscale: #AAAAAA. Windows color (decimal): -1401781 or 4955370. OLE color: 4955370.

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

Color convert

RGB23415675-
CMYK00.330.680.08
HSL30.57º79.1%60.59%-
HSV(B)30.57º67.95%91.76%-
XYZ47.0941.7812.24-
YUV170.0974.34173.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 75 (29.69% from 255) = 16.13%
R=50.32%
G=33.55%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341567500.330.680.0830.5779.160.59
HexEA9C4B0214481f4f3d
Octal352234113041104103711775
Binary11101010100111001001011010000110001001000111111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9C4B; }

 p { color: rgb(234,156,75); }

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

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

 a { background-color: rgb(234,156,75); }

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

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

 span { border-color: rgb(234,156,75); }

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