#EB693E

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

Shades of Sorbus #EB693E

Tints of Sorbus #EB693E

Color information

#EB693E (or 0xEB693E) is unknown color: approx Sorbus. HEX triplet: EB, 69 and 3E. RGB value is (235,105,62). Sum of RGB (Red+Green+Blue) = 235+105+62=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB693E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB693E is #1496C1. Grayscale: #8B8B8B. Windows color (decimal): -1349314 or 4090347. OLE color: 4090347.

HSL color Cylindrical-coordinate representation of color #EB693E: hue angle of 14.91º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB693E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23510562-
CMYK00.550.740.08
HSL14.91º81.22%58.24%-
HSV(B)14.91º73.62%92.16%-
XYZ40.1828.117.87-
YUV138.9784.57196.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.46%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 62 (24.61% from 255) = 15.42%
R=58.46%
G=26.12%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351056200.550.740.0814.9181.2258.24
HexEB693E0374A8f513a
Octal35315176067112101712172
Binary11101011110100111111001101111001010100011111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB693E; }

 p { color: rgb(235,105,62); }

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

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

 a { background-color: rgb(235,105,62); }

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

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

 span { border-color: rgb(235,105,62); }

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