#EA6531

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

Shades of Sorbus #EA6531

Tints of Sorbus #EA6531

Color information

#EA6531 (or 0xEA6531) is unknown color: approx Sorbus. HEX triplet: EA, 65 and 31. RGB value is (234,101,49). Sum of RGB (Red+Green+Blue) = 234+101+49=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6531 is #159ACE. Grayscale: #878787. Windows color (decimal): -1415887 or 3237354. OLE color: 3237354.

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

Color convert

RGB23410149-
CMYK00.570.790.08
HSL16.86º81.5%55.49%-
HSV(B)16.86º79.06%91.76%-
XYZ39.1427.026.06-
YUV134.8479.56198.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.94%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 49 (19.53% from 255) = 12.76%
R=60.94%
G=26.30%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341014900.570.790.0816.8681.555.49
HexEA65310394F8115137
Octal35214561071117102112167
Binary111010101100101110001011100110011111000100011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6531; }

 p { color: rgb(234,101,49); }

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

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

 a { background-color: rgb(234,101,49); }

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

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

 span { border-color: rgb(234,101,49); }

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