#EB914F

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

Shades of Sea Buckthorn #EB914F

Tints of Sea Buckthorn #EB914F

Color information

#EB914F (or 0xEB914F) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 91 and 4F. RGB value is (235,145,79). Sum of RGB (Red+Green+Blue) = 235+145+79=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB914F is #146EB0. Grayscale: #A4A4A4. Windows color (decimal): -1339057 or 5214699. OLE color: 5214699.

HSL color Cylindrical-coordinate representation of color #EB914F: hue angle of 25.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB914F is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB23514579-
CMYK00.380.660.08
HSL25.38º79.59%61.57%-
HSV(B)25.38º66.38%92.16%-
XYZ45.838.4812.41-
YUV164.3979.82178.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 79 (31.25% from 255) = 17.21%
R=51.20%
G=31.59%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351457900.380.660.0825.3879.5961.57
HexEB914F02642819503e
Octal353221117046102103112076
Binary11101011100100011001111010011010000101000110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB914F; }

 p { color: rgb(235,145,79); }

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

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

 a { background-color: rgb(235,145,79); }

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

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

 span { border-color: rgb(235,145,79); }

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