#EF9D41

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

Shades of Sea Buckthorn #EF9D41

Tints of Sea Buckthorn #EF9D41

Color information

#EF9D41 (or 0xEF9D41) is unknown color: approx Sea Buckthorn. HEX triplet: EF, 9D and 41. RGB value is (239,157,65). Sum of RGB (Red+Green+Blue) = 239+157+65=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9D41 is #1062BE. Grayscale: #ABABAB. Windows color (decimal): -1073855 or 4300271. OLE color: 4300271.

HSL color Cylindrical-coordinate representation of color #EF9D41: hue angle of 31.72º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF9D41 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB23915765-
CMYK00.340.730.06
HSL31.72º84.47%59.61%-
HSV(B)31.72º72.8%93.73%-
XYZ48.6142.8510.71-
YUV171.0368.17176.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.84%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 65 (25.78% from 255) = 14.10%
R=51.84%
G=34.06%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391576500.340.730.0631.7284.4759.61
HexEF9D4102249620543c
Octal35723510104211164012474
Binary11101111100111011000001010001010010011101000001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9D41; }

 p { color: rgb(239,157,65); }

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

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

 a { background-color: rgb(239,157,65); }

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

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

 span { border-color: rgb(239,157,65); }

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