#E68F50

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

Shades of Sea Buckthorn #E68F50

Tints of Sea Buckthorn #E68F50

Color information

#E68F50 (or 0xE68F50) is unknown color: approx Sea Buckthorn. HEX triplet: E6, 8F and 50. RGB value is (230,143,80). Sum of RGB (Red+Green+Blue) = 230+143+80=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F50 is #1970AF. Grayscale: #A2A2A2. Windows color (decimal): -1667248 or 5279718. OLE color: 5279718.

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

Color convert

RGB23014380-
CMYK00.380.650.10
HSL25.2º75%60.78%-
HSV(B)25.2º65.22%90.2%-
XYZ43.937.0512.43-
YUV161.8381.82176.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.77%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 80 (31.64% from 255) = 17.66%
R=50.77%
G=31.57%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301438000.380.650.1025.27560.78
HexE68F5002641A194b3d
Octal346217120046101123111375
Binary11100110100011111010000010011010000011010110011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68F50; }

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

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

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

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

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

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

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

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