#EF9448

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

Shades of Sea Buckthorn #EF9448

Tints of Sea Buckthorn #EF9448

Color information

#EF9448 (or 0xEF9448) is unknown color: approx Sea Buckthorn. HEX triplet: EF, 94 and 48. RGB value is (239,148,72). Sum of RGB (Red+Green+Blue) = 239+148+72=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9448 is #106BB7. Grayscale: #A6A6A6. Windows color (decimal): -1076152 or 4756719. OLE color: 4756719.

HSL color Cylindrical-coordinate representation of color #EF9448: hue angle of 27.31º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF9448 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB23914872-
CMYK00.380.700.06
HSL27.31º83.92%60.98%-
HSV(B)27.31º69.87%93.73%-
XYZ47.364011.36-
YUV166.5474.65179.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 72 (28.52% from 255) = 15.69%
R=52.07%
G=32.24%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391487200.380.700.0627.3183.9260.98
HexEF94480264661b543d
Octal35722411004610663312475
Binary1110111110010100100100001001101000110110110111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9448; }

 p { color: rgb(239,148,72); }

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

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

 a { background-color: rgb(239,148,72); }

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

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

 span { border-color: rgb(239,148,72); }

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