#EB9E4F

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

Shades of Sea Buckthorn #EB9E4F

Tints of Sea Buckthorn #EB9E4F

Color information

#EB9E4F (or 0xEB9E4F) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 9E and 4F. RGB value is (235,158,79). Sum of RGB (Red+Green+Blue) = 235+158+79=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9E4F is #1461B0. Grayscale: #ACACAC. Windows color (decimal): -1335729 or 5218027. OLE color: 5218027.

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

Color convert

RGB23515879-
CMYK00.330.660.08
HSL30.38º79.59%61.57%-
HSV(B)30.38º66.38%92.16%-
XYZ47.942.6813.11-
YUV172.0275.51172.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.79%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 79 (31.25% from 255) = 16.74%
R=49.79%
G=33.47%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351587900.330.660.0830.3879.5961.57
HexEB9E4F0214281e503e
Octal353236117041102103612076
Binary11101011100111101001111010000110000101000111101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E4F; }

 p { color: rgb(235,158,79); }

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

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

 a { background-color: rgb(235,158,79); }

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

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

 span { border-color: rgb(235,158,79); }

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