#E68F45

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

Shades of Sea Buckthorn #E68F45

Tints of Sea Buckthorn #E68F45

Color information

#E68F45 (or 0xE68F45) is unknown color: approx Sea Buckthorn. HEX triplet: E6, 8F and 45. RGB value is (230,143,69). Sum of RGB (Red+Green+Blue) = 230+143+69=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F45 is #1970BA. Grayscale: #A0A0A0. Windows color (decimal): -1667259 or 4558822. OLE color: 4558822.

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

Color convert

RGB23014369-
CMYK00.380.70.10
HSL27.58º76.3%58.63%-
HSV(B)27.58º70%90.2%-
XYZ43.5336.910.46-
YUV160.5876.32177.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.04%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 69 (27.34% from 255) = 15.61%
R=52.04%
G=32.35%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301436900.380.70.1027.5876.358.63
HexE68F4502646A1c4c3b
Octal346217105046106123411473
Binary11100110100011111000101010011010001101010111001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68F45; }

 p { color: rgb(230,143,69); }

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

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

 a { background-color: rgb(230,143,69); }

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

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

 span { border-color: rgb(230,143,69); }

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