Html Css Color HEX #EC6A40 Sorbus

📋 copy color: '#EC6A40'

red 236 ◦ green 106 ◦ blue 64

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

Shades of Sorbus #EC6A40

Tints of Sorbus #EC6A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.11%

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

R = 58.13%
G = 26.11%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC6A40 (or 0xEC6A40) is known color: Sorbus. HEX triplet: EC, 6A and 40. RGB value is (236,106,64). Sum of RGB (Red+Green+Blue) = 236+106+64=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6A40 is #1395BF. Grayscale: #8C8C8C. Windows color (decimal): -1283520 or 4221676. OLE color: 4221676.

HSL color Cylindrical-coordinate representation of color #EC6A40: hue angle of 14.65º 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 #EC6A40 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 106 64 -
CMYK 0 0.55 0.73 0.07
HSL 14.65º 0.82% 0.59% -
HSV(B) 14.65º 0.73% 0.93% -
XYZ 40.67 28.51 8.21 -
YUV 140.08 85.07 196.42 -
System Red Green Blue C M Y K H S L
Decimal 236 106 64 0 0.55 0.73 0.07 14.65 0.82 0.59
Hex EC 6A 40 0 37 49 7 F 52 3B
Octal 354 152 100 0 67 111 7 17 122 73
Binary 11101100 1101010 1000000 0 110111 1001001 111 1111 1010010 111011

Color Harmonies of #EC6A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6A40

Black with #EC6A40

Text Example


Text Example

White with #EC6A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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