Html Css Color HEX #E96530 Sorbus

📋 copy color: '#E96530'

red 233 ◦ green 101 ◦ blue 48

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

Shades of Sorbus #E96530

Tints of Sorbus #E96530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 60.99%
G = 26.44%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E96530 (or 0xE96530) is known color: Sorbus. HEX triplet: E9, 65 and 30. RGB value is (233,101,48). Sum of RGB (Red+Green+Blue) = 233+101+48=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E96530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96530 is #169ACF. Grayscale: #868686. Windows color (decimal): -1481424 or 3171817. OLE color: 3171817.

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

Color convert

RGB 233 101 48 -
CMYK 0 0.57 0.79 0.09
HSL 17.19º 0.81% 0.55% -
HSV(B) 17.19º 0.79% 0.91% -
XYZ 38.79 26.84 5.93 -
YUV 134.43 79.23 198.31 -
System Red Green Blue C M Y K H S L
Decimal 233 101 48 0 0.57 0.79 0.09 17.19 0.81 0.55
Hex E9 65 30 0 39 4F 9 11 51 37
Octal 351 145 60 0 71 117 11 21 121 67
Binary 11101001 1100101 110000 0 111001 1001111 1001 10001 1010001 110111

Color Harmonies of #E96530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96530

Black with #E96530

Text Example


Text Example

White with #E96530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96530; }

 p { color: rgb(233,101,48); }

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

background-color css

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

 a { background-color: rgb(233,101,48); }

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

border-color css

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

 span { border-color: rgb(233,101,48); }

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