Html Css Color HEX #E85B3A Sorbus

📋 copy color: '#E85B3A'

red 232 ◦ green 91 ◦ blue 58

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

Shades of Sorbus #E85B3A

Tints of Sorbus #E85B3A

RGB

 RED value IS 232 (91.02% from 255) = 60.89%

 GREEN value IS 91 (35.94% from 255) = 23.88%

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

R = 60.89%
G = 23.88%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E85B3A (or 0xE85B3A) is known color: Sorbus. HEX triplet: E8, 5B and 3A. RGB value is (232,91,58). Sum of RGB (Red+Green+Blue) = 232+91+58=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85B3A is #17A4C5. Grayscale: #818181. Windows color (decimal): -1549510 or 3824616. OLE color: 3824616.

HSL color Cylindrical-coordinate representation of color #E85B3A: hue angle of 11.38º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E85B3A is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 91 58 -
CMYK 0 0.61 0.75 0.09
HSL 11.38º 0.79% 0.57% -
HSV(B) 11.38º 0.75% 0.91% -
XYZ 37.78 24.94 6.83 -
YUV 129.4 87.71 201.18 -
System Red Green Blue C M Y K H S L
Decimal 232 91 58 0 0.61 0.75 0.09 11.38 0.79 0.57
Hex E8 5B 3A 0 3D 4B 9 B 4F 39
Octal 350 133 72 0 75 113 11 13 117 71
Binary 11101000 1011011 111010 0 111101 1001011 1001 1011 1001111 111001

Color Harmonies of #E85B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B3A

Black with #E85B3A

Text Example


Text Example

White with #E85B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B3A; }

 p { color: rgb(232,91,58); }

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

background-color css

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

 a { background-color: rgb(232,91,58); }

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

border-color css

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

 span { border-color: rgb(232,91,58); }

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