#EA693F

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

Shades of Sorbus #EA693F

Tints of Sorbus #EA693F

Color information

#EA693F (or 0xEA693F) is unknown color: approx Sorbus. HEX triplet: EA, 69 and 3F. RGB value is (234,105,63). Sum of RGB (Red+Green+Blue) = 234+105+63=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA693F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA693F is #1596C0. Grayscale: #8B8B8B. Windows color (decimal): -1414849 or 4155882. OLE color: 4155882.

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

Color convert

RGB23410563-
CMYK00.550.730.08
HSL14.74º80.28%58.24%-
HSV(B)14.74º73.08%91.76%-
XYZ39.8827.958-
YUV138.7885.24195.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.21%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 63 (25% from 255) = 15.67%
R=58.21%
G=26.12%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341056300.550.730.0814.7480.2858.24
HexEA693F037498f503a
Octal35215177067111101712072
Binary11101010110100111111101101111001001100011111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA693F; }

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

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

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

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

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

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

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

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