#E66F3C

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

Shades of Sorbus #E66F3C

Tints of Sorbus #E66F3C

Color information

#E66F3C (or 0xE66F3C) is unknown color: approx Sorbus. HEX triplet: E6, 6F and 3C. RGB value is (230,111,60). Sum of RGB (Red+Green+Blue) = 230+111+60=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66F3C is #1990C3. Grayscale: #8D8D8D. Windows color (decimal): -1675460 or 3960806. OLE color: 3960806.

HSL color Cylindrical-coordinate representation of color #E66F3C: hue angle of 18º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E66F3C is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB23011160-
CMYK00.520.740.10
HSL18º77.27%56.86%-
HSV(B)18º73.91%90.2%-
XYZ39.1328.527.72-
YUV140.7782.42191.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.36%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 60 (23.83% from 255) = 14.96%
R=57.36%
G=27.68%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301116000.520.740.101877.2756.86
HexE66F3C0344AA124d39
Octal34615774064112122211571
Binary111001101101111111100011010010010101010100101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66F3C; }

 p { color: rgb(230,111,60); }

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

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

 a { background-color: rgb(230,111,60); }

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

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

 span { border-color: rgb(230,111,60); }

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