Html Css Color HEX #E85D34 Sorbus

📋 copy color: '#E85D34'

red 232 ◦ green 93 ◦ blue 52

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

Shades of Sorbus #E85D34

Tints of Sorbus #E85D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

 BLUE value IS 52 (20.7% from 255) = 13.79%

R = 61.54%
G = 24.67%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E85D34 (or 0xE85D34) is known color: Sorbus. HEX triplet: E8, 5D and 34. RGB value is (232,93,52). Sum of RGB (Red+Green+Blue) = 232+93+52=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D34 is #17A2CB. Grayscale: #828282. Windows color (decimal): -1549004 or 3431912. OLE color: 3431912.

HSL color Cylindrical-coordinate representation of color #E85D34: hue angle of 13.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E85D34 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 93 52 -
CMYK 0 0.60 0.78 0.09
HSL 13.67º 0.8% 0.56% -
HSV(B) 13.67º 0.78% 0.91% -
XYZ 37.81 25.23 6.13 -
YUV 129.89 84.05 200.83 -
System Red Green Blue C M Y K H S L
Decimal 232 93 52 0 0.60 0.78 0.09 13.67 0.8 0.56
Hex E8 5D 34 0 3C 4E 9 E 50 38
Octal 350 135 64 0 74 116 11 16 120 70
Binary 11101000 1011101 110100 0 111100 1001110 1001 1110 1010000 111000

Color Harmonies of #E85D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D34

Black with #E85D34

Text Example


Text Example

White with #E85D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D34; }

 p { color: rgb(232,93,52); }

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

background-color css

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

 a { background-color: rgb(232,93,52); }

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

border-color css

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

 span { border-color: rgb(232,93,52); }

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