Html Css Color HEX #EC6C40 Sorbus

📋 copy color: '#EC6C40'

red 236 ◦ green 108 ◦ blue 64

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

Shades of Sorbus #EC6C40

Tints of Sorbus #EC6C40

RGB

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

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

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

R = 57.84%
G = 26.47%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC6C40 (or 0xEC6C40) is known color: Sorbus. HEX triplet: EC, 6C and 40. RGB value is (236,108,64). Sum of RGB (Red+Green+Blue) = 236+108+64=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6C40 is #1393BF. Grayscale: #8D8D8D. Windows color (decimal): -1283008 or 4222188. OLE color: 4222188.

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

Color convert

RGB 236 108 64 -
CMYK 0 0.54 0.73 0.07
HSL 15.35º 0.82% 0.59% -
HSV(B) 15.35º 0.73% 0.93% -
XYZ 40.88 28.93 8.28 -
YUV 141.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 236 108 64 0 0.54 0.73 0.07 15.35 0.82 0.59
Hex EC 6C 40 0 36 49 7 F 52 3B
Octal 354 154 100 0 66 111 7 17 122 73
Binary 11101100 1101100 1000000 0 110110 1001001 111 1111 1010010 111011

Color Harmonies of #EC6C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C40

Black with #EC6C40

Text Example


Text Example

White with #EC6C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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