#ED8E4E

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

Shades of Sea Buckthorn #ED8E4E

Tints of Sea Buckthorn #ED8E4E

Color information

#ED8E4E (or 0xED8E4E) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 8E and 4E. RGB value is (237,142,78). Sum of RGB (Red+Green+Blue) = 237+142+78=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8E4E is #1271B1. Grayscale: #A3A3A3. Windows color (decimal): -1208754 or 5148397. OLE color: 5148397.

HSL color Cylindrical-coordinate representation of color #ED8E4E: hue angle of 24.15º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED8E4E is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB23714278-
CMYK00.400.670.07
HSL24.15º81.54%61.76%-
HSV(B)24.15º67.09%92.94%-
XYZ45.9737.912.1-
YUV163.1179.97180.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 78 (30.86% from 255) = 17.07%
R=51.86%
G=31.07%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371427800.400.670.0724.1581.5461.76
HexED8E4E02843718523e
Octal35521611605010373012276
Binary1110110110001110100111001010001000011111110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E4E; }

 p { color: rgb(237,142,78); }

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

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

 a { background-color: rgb(237,142,78); }

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

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

 span { border-color: rgb(237,142,78); }

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