Html Css Color HEX #E96B3A Sorbus

📋 copy color: '#E96B3A'

red 233 ◦ green 107 ◦ blue 58

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

Shades of Sorbus #E96B3A

Tints of Sorbus #E96B3A

RGB

 RED value IS 233 (91.41% from 255) = 58.54%

 GREEN value IS 107 (42.19% from 255) = 26.88%

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

R = 58.54%
G = 26.88%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E96B3A (or 0xE96B3A) is known color: Sorbus. HEX triplet: E9, 6B and 3A. RGB value is (233,107,58). Sum of RGB (Red+Green+Blue) = 233+107+58=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96B3A is #1694C5. Grayscale: #8B8B8B. Windows color (decimal): -1479878 or 3828713. OLE color: 3828713.

HSL color Cylindrical-coordinate representation of color #E96B3A: hue angle of 16.8º degrees, saturation: 0.8, 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 #E96B3A is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 107 58 -
CMYK 0 0.54 0.75 0.09
HSL 16.8º 0.8% 0.57% -
HSV(B) 16.8º 0.75% 0.91% -
XYZ 39.63 28.14 7.35 -
YUV 139.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 233 107 58 0 0.54 0.75 0.09 16.8 0.8 0.57
Hex E9 6B 3A 0 36 4B 9 11 50 39
Octal 351 153 72 0 66 113 11 21 120 71
Binary 11101001 1101011 111010 0 110110 1001011 1001 10001 1010000 111001

Color Harmonies of #E96B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B3A

Black with #E96B3A

Text Example


Text Example

White with #E96B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B3A; }

 p { color: rgb(233,107,58); }

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

background-color css

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

 a { background-color: rgb(233,107,58); }

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

border-color css

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

 span { border-color: rgb(233,107,58); }

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