Html Css Color HEX #EA7035 Sorbus

📋 copy color: '#EA7035'

red 234 ◦ green 112 ◦ blue 53

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

Shades of Sorbus #EA7035

Tints of Sorbus #EA7035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

 BLUE value IS 53 (21.09% from 255) = 13.28%

R = 58.65%
G = 28.07%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA7035 (or 0xEA7035) is known color: Sorbus. HEX triplet: EA, 70 and 35. RGB value is (234,112,53). Sum of RGB (Red+Green+Blue) = 234+112+53=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7035 is #158FCA. Grayscale: #8E8E8E. Windows color (decimal): -1413067 or 3502314. OLE color: 3502314.

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

Color convert

RGB 234 112 53 -
CMYK 0 0.52 0.77 0.08
HSL 19.56º 0.81% 0.56% -
HSV(B) 19.56º 0.77% 0.92% -
XYZ 40.37 29.34 6.9 -
YUV 141.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 234 112 53 0 0.52 0.77 0.08 19.56 0.81 0.56
Hex EA 70 35 0 34 4D 8 14 51 38
Octal 352 160 65 0 64 115 10 24 121 70
Binary 11101010 1110000 110101 0 110100 1001101 1000 10100 1010001 111000

Color Harmonies of #EA7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7035

Black with #EA7035

Text Example


Text Example

White with #EA7035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7035; }

 p { color: rgb(234,112,53); }

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

background-color css

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

 a { background-color: rgb(234,112,53); }

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

border-color css

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

 span { border-color: rgb(234,112,53); }

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