#ef8d4c

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

Shades of Sea Buckthorn #EF8D4C

Tints of Sea Buckthorn #EF8D4C

Color information

#EF8D4C (or 0xEF8D4C) is unknown color: approx Sea Buckthorn. HEX triplet: EF, 8D and 4C. RGB value is (239,141,76). Sum of RGB (Red+Green+Blue) = 239+141+76=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8D4C is #1072B3. Grayscale: #A3A3A3. Windows color (decimal): -1077940 or 5017071. OLE color: 5017071.

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

Color convert

RGB23914176-
CMYK00.410.680.06
HSL23.93º83.59%61.76%-
HSV(B)23.93º68.2%93.73%-
XYZ46.4337.9211.71-
YUV162.8978.97182.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.41%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 76 (30.08% from 255) = 16.67%
R=52.41%
G=30.92%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391417600.410.680.0623.9383.5961.76
HexEF8D4C02944618543e
Octal35721511405110463012476
Binary1110111110001101100110001010011000100110110001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef8d4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef8d4c; }

 p { color: rgb(239,141,76); }

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

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

 a { background-color: rgb(239,141,76); }

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

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

 span { border-color: rgb(239,141,76); }

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