Html Css Color HEX #EA723A Sorbus

📋 copy color: '#EA723A'

red 234 ◦ green 114 ◦ blue 58

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

Shades of Sorbus #EA723A

Tints of Sorbus #EA723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

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

R = 57.64%
G = 28.08%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA723A (or 0xEA723A) is known color: Sorbus. HEX triplet: EA, 72 and 3A. RGB value is (234,114,58). Sum of RGB (Red+Green+Blue) = 234+114+58=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA723A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA723A is #158DC5. Grayscale: #8F8F8F. Windows color (decimal): -1412550 or 3830506. OLE color: 3830506.

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

Color convert

RGB 234 114 58 -
CMYK 0 0.51 0.75 0.08
HSL 19.09º 0.81% 0.57% -
HSV(B) 19.09º 0.75% 0.92% -
XYZ 40.71 29.83 7.62 -
YUV 143.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 234 114 58 0 0.51 0.75 0.08 19.09 0.81 0.57
Hex EA 72 3A 0 33 4B 8 13 51 39
Octal 352 162 72 0 63 113 10 23 121 71
Binary 11101010 1110010 111010 0 110011 1001011 1000 10011 1010001 111001

Color Harmonies of #EA723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA723A

Black with #EA723A

Text Example


Text Example

White with #EA723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA723A; }

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

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

background-color css

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

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

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

border-color css

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

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

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