Html Css Color HEX #E05F2B Sorbus

📋 copy color: '#E05F2B'

red 224 ◦ green 95 ◦ blue 43

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

Shades of Sorbus #E05F2B

Tints of Sorbus #E05F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.88%

R = 61.88%
G = 26.24%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E05F2B (or 0xE05F2B) is known color: Sorbus. HEX triplet: E0, 5F and 2B. RGB value is (224,95,43). Sum of RGB (Red+Green+Blue) = 224+95+43=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F2B is #1FA0D4. Grayscale: #7F7F7F. Windows color (decimal): -2072789 or 2842592. OLE color: 2842592.

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

Color convert

RGB 224 95 43 -
CMYK 0 0.58 0.81 0.12
HSL 17.24º 0.74% 0.52% -
HSV(B) 17.24º 0.81% 0.88% -
XYZ 35.27 24.21 5.1 -
YUV 127.64 80.24 196.73 -
System Red Green Blue C M Y K H S L
Decimal 224 95 43 0 0.58 0.81 0.12 17.24 0.74 0.52
Hex E0 5F 2B 0 3A 51 C 11 4A 34
Octal 340 137 53 0 72 121 14 21 112 64
Binary 11100000 1011111 101011 0 111010 1010001 1100 10001 1001010 110100

Color Harmonies of #E05F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F2B

Black with #E05F2B

Text Example


Text Example

White with #E05F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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