#EB6F3A

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

Shades of Sorbus #EB6F3A

Tints of Sorbus #EB6F3A

Color information

#EB6F3A (or 0xEB6F3A) is unknown color: approx Sorbus. HEX triplet: EB, 6F and 3A. RGB value is (235,111,58). Sum of RGB (Red+Green+Blue) = 235+111+58=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6F3A is #1490C5. Grayscale: #8E8E8E. Windows color (decimal): -1347782 or 3829739. OLE color: 3829739.

HSL color Cylindrical-coordinate representation of color #EB6F3A: hue angle of 17.97º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB6F3A is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB23511158-
CMYK00.530.750.08
HSL17.97º81.57%57.45%-
HSV(B)17.97º75.32%92.16%-
XYZ40.7129.347.52-
YUV142.0380.58194.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.17%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 58 (23.05% from 255) = 14.36%
R=58.17%
G=27.48%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351115800.530.750.0817.9781.5757.45
HexEB6F3A0354B8125239
Octal35315772065113102212271
Binary111010111101111111010011010110010111000100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6F3A; }

 p { color: rgb(235,111,58); }

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

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

 a { background-color: rgb(235,111,58); }

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

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

 span { border-color: rgb(235,111,58); }

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