#ED9E42

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

Shades of Sea Buckthorn #ED9E42

Tints of Sea Buckthorn #ED9E42

Color information

#ED9E42 (or 0xED9E42) is unknown color: approx Sea Buckthorn. HEX triplet: ED, 9E and 42. RGB value is (237,158,66). Sum of RGB (Red+Green+Blue) = 237+158+66=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9E42 is #1261BD. Grayscale: #ABABAB. Windows color (decimal): -1204670 or 4366061. OLE color: 4366061.

HSL color Cylindrical-coordinate representation of color #ED9E42: hue angle of 32.28º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED9E42 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23715866-
CMYK00.330.720.07
HSL32.28º82.61%59.41%-
HSV(B)32.28º72.15%92.94%-
XYZ48.1442.8510.89-
YUV171.1368.67174.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.41%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 66 (26.17% from 255) = 14.32%
R=51.41%
G=34.27%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371586600.330.720.0732.2882.6159.41
HexED9E4202148720533b
Octal35523610204111074012373
Binary11101101100111101000010010000110010001111000001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9E42; }

 p { color: rgb(237,158,66); }

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

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

 a { background-color: rgb(237,158,66); }

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

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

 span { border-color: rgb(237,158,66); }

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