Html Css Color HEX #E85F34 Sorbus

📋 copy color: '#E85F34'

red 232 ◦ green 95 ◦ blue 52

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

Shades of Sorbus #E85F34

Tints of Sorbus #E85F34

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.07%

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

R = 61.21%
G = 25.07%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E85F34 (or 0xE85F34) is known color: Sorbus. HEX triplet: E8, 5F and 34. RGB value is (232,95,52). Sum of RGB (Red+Green+Blue) = 232+95+52=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85F34 is #17A0CB. Grayscale: #838383. Windows color (decimal): -1548492 or 3432424. OLE color: 3432424.

HSL color Cylindrical-coordinate representation of color #E85F34: hue angle of 14.33º 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 #E85F34 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 95 52 -
CMYK 0 0.59 0.78 0.09
HSL 14.33º 0.8% 0.56% -
HSV(B) 14.33º 0.78% 0.91% -
XYZ 37.99 25.59 6.19 -
YUV 131.06 83.39 200 -
System Red Green Blue C M Y K H S L
Decimal 232 95 52 0 0.59 0.78 0.09 14.33 0.8 0.56
Hex E8 5F 34 0 3B 4E 9 E 50 38
Octal 350 137 64 0 73 116 11 16 120 70
Binary 11101000 1011111 110100 0 111011 1001110 1001 1110 1010000 111000

Color Harmonies of #E85F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F34

Black with #E85F34

Text Example


Text Example

White with #E85F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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