Html Css Color HEX #EC6740 Sorbus

📋 copy color: '#EC6740'

red 236 ◦ green 103 ◦ blue 64

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

Shades of Sorbus #EC6740

Tints of Sorbus #EC6740

RGB

 RED value IS 236 (92.58% from 255) = 58.56%

 GREEN value IS 103 (40.63% from 255) = 25.56%

 BLUE value IS 64 (25.39% from 255) = 15.88%

R = 58.56%
G = 25.56%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC6740 (or 0xEC6740) is known color: Sorbus. HEX triplet: EC, 67 and 40. RGB value is (236,103,64). Sum of RGB (Red+Green+Blue) = 236+103+64=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6740 is #1398BF. Grayscale: #8A8A8A. Windows color (decimal): -1284288 or 4220908. OLE color: 4220908.

HSL color Cylindrical-coordinate representation of color #EC6740: hue angle of 13.6º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC6740 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 103 64 -
CMYK 0 0.56 0.73 0.07
HSL 13.6º 0.82% 0.59% -
HSV(B) 13.6º 0.73% 0.93% -
XYZ 40.37 27.9 8.11 -
YUV 138.32 86.06 197.67 -
System Red Green Blue C M Y K H S L
Decimal 236 103 64 0 0.56 0.73 0.07 13.6 0.82 0.59
Hex EC 67 40 0 38 49 7 E 52 3B
Octal 354 147 100 0 70 111 7 16 122 73
Binary 11101100 1100111 1000000 0 111000 1001001 111 1110 1010010 111011

Color Harmonies of #EC6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6740

Black with #EC6740

Text Example


Text Example

White with #EC6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6740; }

 p { color: rgb(236,103,64); }

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

background-color css

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

 a { background-color: rgb(236,103,64); }

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

border-color css

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

 span { border-color: rgb(236,103,64); }

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