Html Css Color HEX #EA7138 Sorbus

📋 copy color: '#EA7138'

red 234 ◦ green 113 ◦ blue 56

#EA7138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #EA7138

Tints of Sorbus #EA7138

RGB

 RED value IS 234 (91.8% from 255) = 58.06%

 GREEN value IS 113 (44.53% from 255) = 28.04%

 BLUE value IS 56 (22.27% from 255) = 13.9%

R = 58.06%
G = 28.04%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA7138 (or 0xEA7138) is known color: Sorbus. HEX triplet: EA, 71 and 38. RGB value is (234,113,56). Sum of RGB (Red+Green+Blue) = 234+113+56=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7138 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7138 is #158EC7. Grayscale: #8F8F8F. Windows color (decimal): -1412808 or 3699178. OLE color: 3699178.

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

Color convert

RGB 234 113 56 -
CMYK 0 0.52 0.76 0.08
HSL 19.21º 0.81% 0.57% -
HSV(B) 19.21º 0.76% 0.92% -
XYZ 40.55 29.59 7.32 -
YUV 142.68 79.09 193.13 -
System Red Green Blue C M Y K H S L
Decimal 234 113 56 0 0.52 0.76 0.08 19.21 0.81 0.57
Hex EA 71 38 0 34 4C 8 13 51 39
Octal 352 161 70 0 64 114 10 23 121 71
Binary 11101010 1110001 111000 0 110100 1001100 1000 10011 1010001 111001

Color Harmonies of #EA7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7138

Black with #EA7138

Text Example


Text Example

White with #EA7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7138; }

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

 H1.HeaderClassName
 {
   color: #EA7138;
 }
 .AnyTagClassName
 {
   color: #EA7138;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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