Html Css Color HEX #EA673A Sorbus

📋 copy color: '#EA673A'

red 234 ◦ green 103 ◦ blue 58

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

Shades of Sorbus #EA673A

Tints of Sorbus #EA673A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.08%

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

R = 59.24%
G = 26.08%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA673A (or 0xEA673A) is known color: Sorbus. HEX triplet: EA, 67 and 3A. RGB value is (234,103,58). Sum of RGB (Red+Green+Blue) = 234+103+58=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA673A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA673A is #1598C5. Grayscale: #898989. Windows color (decimal): -1415366 or 3827690. OLE color: 3827690.

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

Color convert

RGB 234 103 58 -
CMYK 0 0.56 0.75 0.08
HSL 15.34º 0.81% 0.57% -
HSV(B) 15.34º 0.75% 0.92% -
XYZ 39.55 27.5 7.23 -
YUV 137.04 83.4 197.16 -
System Red Green Blue C M Y K H S L
Decimal 234 103 58 0 0.56 0.75 0.08 15.34 0.81 0.57
Hex EA 67 3A 0 38 4B 8 F 51 39
Octal 352 147 72 0 70 113 10 17 121 71
Binary 11101010 1100111 111010 0 111000 1001011 1000 1111 1010001 111001

Color Harmonies of #EA673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA673A

Black with #EA673A

Text Example


Text Example

White with #EA673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA673A; }

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

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

background-color css

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

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

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

border-color css

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

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

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