Html Css Color HEX #E15F3E Sorbus

📋 copy color: '#E15F3E'

red 225 ◦ green 95 ◦ blue 62

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

Shades of Sorbus #E15F3E

Tints of Sorbus #E15F3E

RGB

 RED value IS 225 (88.28% from 255) = 58.9%

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

 BLUE value IS 62 (24.61% from 255) = 16.23%

R = 58.9%
G = 24.87%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E15F3E (or 0xE15F3E) is known color: Sorbus. HEX triplet: E1, 5F and 3E. RGB value is (225,95,62). Sum of RGB (Red+Green+Blue) = 225+95+62=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15F3E is #1EA0C1. Grayscale: #828282. Windows color (decimal): -2007234 or 4087777. OLE color: 4087777.

HSL color Cylindrical-coordinate representation of color #E15F3E: hue angle of 12.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E15F3E is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 62 -
CMYK 0 0.58 0.72 0.12
HSL 12.15º 0.73% 0.56% -
HSV(B) 12.15º 0.72% 0.88% -
XYZ 36.01 24.54 7.4 -
YUV 130.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 225 95 62 0 0.58 0.72 0.12 12.15 0.73 0.56
Hex E1 5F 3E 0 3A 48 C C 49 38
Octal 341 137 76 0 72 110 14 14 111 70
Binary 11100001 1011111 111110 0 111010 1001000 1100 1100 1001001 111000

Color Harmonies of #E15F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F3E

Black with #E15F3E

Text Example


Text Example

White with #E15F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F3E; }

 p { color: rgb(225,95,62); }

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

background-color css

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

 a { background-color: rgb(225,95,62); }

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

border-color css

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

 span { border-color: rgb(225,95,62); }

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