Html Css Color HEX #E96D3F Sorbus

📋 copy color: '#E96D3F'

red 233 ◦ green 109 ◦ blue 63

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

Shades of Sorbus #E96D3F

Tints of Sorbus #E96D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.91%

 BLUE value IS 63 (25% from 255) = 15.56%

R = 57.53%
G = 26.91%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E96D3F (or 0xE96D3F) is known color: Sorbus. HEX triplet: E9, 6D and 3F. RGB value is (233,109,63). Sum of RGB (Red+Green+Blue) = 233+109+63=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96D3F is #1692C0. Grayscale: #8D8D8D. Windows color (decimal): -1479361 or 4156905. OLE color: 4156905.

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

Color convert

RGB 233 109 63 -
CMYK 0 0.53 0.73 0.09
HSL 16.24º 0.79% 0.58% -
HSV(B) 16.24º 0.73% 0.91% -
XYZ 39.97 28.62 8.12 -
YUV 140.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 233 109 63 0 0.53 0.73 0.09 16.24 0.79 0.58
Hex E9 6D 3F 0 35 49 9 10 4F 3A
Octal 351 155 77 0 65 111 11 20 117 72
Binary 11101001 1101101 111111 0 110101 1001001 1001 10000 1001111 111010

Color Harmonies of #E96D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96D3F

Black with #E96D3F

Text Example


Text Example

White with #E96D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96D3F; }

 p { color: rgb(233,109,63); }

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

background-color css

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

 a { background-color: rgb(233,109,63); }

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

border-color css

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

 span { border-color: rgb(233,109,63); }

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