#EA683F

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

Shades of Sorbus #EA683F

Tints of Sorbus #EA683F

Color information

#EA683F (or 0xEA683F) is unknown color: approx Sorbus. HEX triplet: EA, 68 and 3F. RGB value is (234,104,63). Sum of RGB (Red+Green+Blue) = 234+104+63=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA683F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA683F is #1597C0. Grayscale: #8A8A8A. Windows color (decimal): -1415105 or 4155626. OLE color: 4155626.

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

Color convert

RGB23410463-
CMYK00.560.730.08
HSL14.39º80.28%58.24%-
HSV(B)14.39º73.08%91.76%-
XYZ39.7827.757.96-
YUV138.285.57196.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.35%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 63 (25% from 255) = 15.71%
R=58.35%
G=25.94%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341046300.560.730.0814.3980.2858.24
HexEA683F038498e503a
Octal35215077070111101612072
Binary11101010110100011111101110001001001100011101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA683F; }

 p { color: rgb(234,104,63); }

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

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

 a { background-color: rgb(234,104,63); }

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

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

 span { border-color: rgb(234,104,63); }

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