#EE693F

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

Shades of Sorbus #EE693F

Tints of Sorbus #EE693F

Color information

#EE693F (or 0xEE693F) is unknown color: approx Sorbus. HEX triplet: EE, 69 and 3F. RGB value is (238,105,63). Sum of RGB (Red+Green+Blue) = 238+105+63=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE693F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE693F is #1196C0. Grayscale: #8C8C8C. Windows color (decimal): -1152705 or 4155886. OLE color: 4155886.

HSL color Cylindrical-coordinate representation of color #EE693F: hue angle of 14.4º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE693F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23810563-
CMYK00.560.740.07
HSL14.4º83.73%59.02%-
HSV(B)14.4º73.53%93.33%-
XYZ41.2128.648.06-
YUV139.9884.56197.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.62%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 63 (25% from 255) = 15.52%
R=58.62%
G=25.86%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381056300.560.740.0714.483.7359.02
HexEE693F0384A7e543b
Octal3561517707011271612473
Binary1110111011010011111110111000100101011111101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE693F; }

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

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

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

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

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

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

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

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