Html Css Color HEX #EA703A Sorbus

📋 copy color: '#EA703A'

red 234 ◦ green 112 ◦ blue 58

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

Shades of Sorbus #EA703A

Tints of Sorbus #EA703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.36%

R = 57.92%
G = 27.72%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA703A (or 0xEA703A) is known color: Sorbus. HEX triplet: EA, 70 and 3A. RGB value is (234,112,58). Sum of RGB (Red+Green+Blue) = 234+112+58=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA703A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA703A is #158FC5. Grayscale: #8E8E8E. Windows color (decimal): -1413062 or 3829994. OLE color: 3829994.

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

Color convert

RGB 234 112 58 -
CMYK 0 0.52 0.75 0.08
HSL 18.41º 0.81% 0.57% -
HSV(B) 18.41º 0.75% 0.92% -
XYZ 40.49 29.39 7.54 -
YUV 142.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 234 112 58 0 0.52 0.75 0.08 18.41 0.81 0.57
Hex EA 70 3A 0 34 4B 8 12 51 39
Octal 352 160 72 0 64 113 10 22 121 71
Binary 11101010 1110000 111010 0 110100 1001011 1000 10010 1010001 111001

Color Harmonies of #EA703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA703A

Black with #EA703A

Text Example


Text Example

White with #EA703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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