#E6964B

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

Shades of Sea Buckthorn #E6964B

Tints of Sea Buckthorn #E6964B

Color information

#E6964B (or 0xE6964B) is unknown color: approx Sea Buckthorn. HEX triplet: E6, 96 and 4B. RGB value is (230,150,75). Sum of RGB (Red+Green+Blue) = 230+150+75=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6964B is #1969B4. Grayscale: #A5A5A5. Windows color (decimal): -1665461 or 4953830. OLE color: 4953830.

HSL color Cylindrical-coordinate representation of color #E6964B: hue angle of 29.03º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6964B is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23015075-
CMYK00.350.670.10
HSL29.03º75.61%59.8%-
HSV(B)29.03º67.39%90.2%-
XYZ44.8139.1411.85-
YUV165.3777174.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.55%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 75 (29.69% from 255) = 16.48%
R=50.55%
G=32.97%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301507500.350.670.1029.0375.6159.8
HexE6964B02343A1d4c3c
Octal346226113043103123511474
Binary11100110100101101001011010001110000111010111011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6964B; }

 p { color: rgb(230,150,75); }

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

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

 a { background-color: rgb(230,150,75); }

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

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

 span { border-color: rgb(230,150,75); }

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