Html Css Color HEX #E06C45 Sorbus

📋 copy color: '#E06C45'

red 224 ◦ green 108 ◦ blue 69

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

Shades of Sorbus #E06C45

Tints of Sorbus #E06C45

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.93%

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 55.86%
G = 26.93%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E06C45 (or 0xE06C45) is known color: Sorbus. HEX triplet: E0, 6C and 45. RGB value is (224,108,69). Sum of RGB (Red+Green+Blue) = 224+108+69=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06C45 is #1F93BA. Grayscale: #8A8A8A. Windows color (decimal): -2069435 or 4549856. OLE color: 4549856.

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

Color convert

RGB 224 108 69 -
CMYK 0 0.52 0.69 0.12
HSL 15.1º 0.71% 0.57% -
HSV(B) 15.1º 0.69% 0.88% -
XYZ 37.18 27 8.88 -
YUV 138.24 88.93 189.17 -
System Red Green Blue C M Y K H S L
Decimal 224 108 69 0 0.52 0.69 0.12 15.1 0.71 0.57
Hex E0 6C 45 0 34 45 C F 47 39
Octal 340 154 105 0 64 105 14 17 107 71
Binary 11100000 1101100 1000101 0 110100 1000101 1100 1111 1000111 111001

Color Harmonies of #E06C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C45

Black with #E06C45

Text Example


Text Example

White with #E06C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C45; }

 p { color: rgb(224,108,69); }

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

background-color css

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

 a { background-color: rgb(224,108,69); }

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

border-color css

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

 span { border-color: rgb(224,108,69); }

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