#EA7238

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

Shades of Sorbus #EA7238

Tints of Sorbus #EA7238

Color information

#EA7238 (or 0xEA7238) is unknown color: approx Sorbus. HEX triplet: EA, 72 and 38. RGB value is (234,114,56). Sum of RGB (Red+Green+Blue) = 234+114+56=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7238 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7238 is #158DC7. Grayscale: #8F8F8F. Windows color (decimal): -1412552 or 3699434. OLE color: 3699434.

HSL color Cylindrical-coordinate representation of color #EA7238: hue angle of 19.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA7238 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB23411456-
CMYK00.510.760.08
HSL19.55º80.91%56.86%-
HSV(B)19.55º76.07%91.76%-
XYZ40.6629.817.35-
YUV143.2778.76192.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.92%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 56 (22.27% from 255) = 13.86%
R=57.92%
G=28.22%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341145600.510.760.0819.5580.9156.86
HexEA72380334C8145139
Octal35216270063114102412171
Binary111010101110010111000011001110011001000101001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7238; }

 p { color: rgb(234,114,56); }

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

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

 a { background-color: rgb(234,114,56); }

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

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

 span { border-color: rgb(234,114,56); }

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