#EA9B4B

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

Shades of Sea Buckthorn #EA9B4B

Tints of Sea Buckthorn #EA9B4B

Color information

#EA9B4B (or 0xEA9B4B) is unknown color: approx Sea Buckthorn. HEX triplet: EA, 9B and 4B. RGB value is (234,155,75). Sum of RGB (Red+Green+Blue) = 234+155+75=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9B4B is #1564B4. Grayscale: #A9A9A9. Windows color (decimal): -1402037 or 4955114. OLE color: 4955114.

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

Color convert

RGB23415575-
CMYK00.340.680.08
HSL30.19º79.1%60.59%-
HSV(B)30.19º67.95%91.76%-
XYZ46.9241.4412.18-
YUV169.574.67174-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.43%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 75 (29.69% from 255) = 16.16%
R=50.43%
G=33.41%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341557500.340.680.0830.1979.160.59
HexEA9B4B0224481e4f3d
Octal352233113042104103611775
Binary11101010100110111001011010001010001001000111101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B4B; }

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

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

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

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

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

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

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

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