#EF8E45

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

Shades of Sea Buckthorn #EF8E45

Tints of Sea Buckthorn #EF8E45

Color information

#EF8E45 (or 0xEF8E45) is unknown color: approx Sea Buckthorn. HEX triplet: EF, 8E and 45. RGB value is (239,142,69). Sum of RGB (Red+Green+Blue) = 239+142+69=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8E45 is #1071BA. Grayscale: #A3A3A3. Windows color (decimal): -1077691 or 4558575. OLE color: 4558575.

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

Color convert

RGB23914269-
CMYK00.410.710.06
HSL25.76º84.16%60.39%-
HSV(B)25.76º71.13%93.73%-
XYZ46.3438.1310.55-
YUV162.6875.14182.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.11%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 69 (27.34% from 255) = 15.33%
R=53.11%
G=31.56%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391426900.410.710.0625.7684.1660.39
HexEF8E450294761a543c
Octal35721610505110763212474
Binary1110111110001110100010101010011000111110110101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E45; }

 p { color: rgb(239,142,69); }

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

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

 a { background-color: rgb(239,142,69); }

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

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

 span { border-color: rgb(239,142,69); }

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