#EA6942

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

Shades of Sorbus #EA6942

Tints of Sorbus #EA6942

Color information

#EA6942 (or 0xEA6942) is unknown color: approx Sorbus. HEX triplet: EA, 69 and 42. RGB value is (234,105,66). Sum of RGB (Red+Green+Blue) = 234+105+66=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6942 is #1596BD. Grayscale: #8B8B8B. Windows color (decimal): -1414846 or 4352490. OLE color: 4352490.

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

Color convert

RGB23410566-
CMYK00.550.720.08
HSL13.93º80%58.82%-
HSV(B)13.93º71.79%91.76%-
XYZ39.9727.998.45-
YUV139.1286.74195.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.78%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=57.78%
G=25.93%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341056600.550.720.0813.938058.82
HexEA6942037488e503b
Octal352151102067110101612073
Binary111010101101001100001001101111001000100011101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6942; }

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

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

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

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

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

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

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

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