#EB924F

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

Shades of Sea Buckthorn #EB924F

Tints of Sea Buckthorn #EB924F

Color information

#EB924F (or 0xEB924F) is unknown color: approx Sea Buckthorn. HEX triplet: EB, 92 and 4F. RGB value is (235,146,79). Sum of RGB (Red+Green+Blue) = 235+146+79=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB924F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB924F is #146DB0. Grayscale: #A5A5A5. Windows color (decimal): -1338801 or 5214955. OLE color: 5214955.

HSL color Cylindrical-coordinate representation of color #EB924F: hue angle of 25.77º 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 #EB924F is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB23514679-
CMYK00.380.660.08
HSL25.77º79.59%61.57%-
HSV(B)25.77º66.38%92.16%-
XYZ45.9538.7812.46-
YUV164.9779.49177.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 79 (31.25% from 255) = 17.17%
R=51.09%
G=31.74%
B=17.17%

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
Decimal2351467900.380.660.0825.7779.5961.57
HexEB924F0264281a503e
Octal353222117046102103212076
Binary11101011100100101001111010011010000101000110101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB924F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB924F; }

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

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

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

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

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

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

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

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