Html Css Color HEX #E05F3E Sorbus

📋 copy color: '#E05F3E'

red 224 ◦ green 95 ◦ blue 62

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

Shades of Sorbus #E05F3E

Tints of Sorbus #E05F3E

RGB

 RED value IS 224 (87.89% from 255) = 58.79%

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

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

R = 58.79%
G = 24.93%
B = 16.27%

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

#E05F3E (or 0xE05F3E) is known color: Sorbus. HEX triplet: E0, 5F and 3E. RGB value is (224,95,62). Sum of RGB (Red+Green+Blue) = 224+95+62=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F3E is #1FA0C1. Grayscale: #828282. Windows color (decimal): -2072770 or 4087776. OLE color: 4087776.

HSL color Cylindrical-coordinate representation of color #E05F3E: hue angle of 12.22º degrees, saturation: 0.72, 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 #E05F3E is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 95 62 -
CMYK 0 0.58 0.72 0.12
HSL 12.22º 0.72% 0.56% -
HSV(B) 12.22º 0.72% 0.88% -
XYZ 35.7 24.38 7.38 -
YUV 129.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 224 95 62 0 0.58 0.72 0.12 12.22 0.72 0.56
Hex E0 5F 3E 0 3A 48 C C 48 38
Octal 340 137 76 0 72 110 14 14 110 70
Binary 11100000 1011111 111110 0 111010 1001000 1100 1100 1001000 111000

Color Harmonies of #E05F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F3E

Black with #E05F3E

Text Example


Text Example

White with #E05F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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