#EA6F3C

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

Shades of Sorbus #EA6F3C

Tints of Sorbus #EA6F3C

Color information

#EA6F3C (or 0xEA6F3C) is unknown color: approx Sorbus. HEX triplet: EA, 6F and 3C. RGB value is (234,111,60). Sum of RGB (Red+Green+Blue) = 234+111+60=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6F3C is #1590C3. Grayscale: #8E8E8E. Windows color (decimal): -1413316 or 3960810. OLE color: 3960810.

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

Color convert

RGB23411160-
CMYK00.530.740.08
HSL17.59º80.56%57.65%-
HSV(B)17.59º74.36%91.76%-
XYZ40.4329.197.78-
YUV141.9681.75193.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.78%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 60 (23.83% from 255) = 14.81%
R=57.78%
G=27.41%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341116000.530.740.0817.5980.5657.65
HexEA6F3C0354A812513a
Octal35215774065112102212172
Binary111010101101111111100011010110010101000100101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F3C; }

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

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

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

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

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

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

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

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