Html Css Color HEX #EC6B40 Sorbus

📋 copy color: '#EC6B40'

red 236 ◦ green 107 ◦ blue 64

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

Shades of Sorbus #EC6B40

Tints of Sorbus #EC6B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

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

R = 57.99%
G = 26.29%
B = 15.72%

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

#EC6B40 (or 0xEC6B40) is known color: Sorbus. HEX triplet: EC, 6B and 40. RGB value is (236,107,64). Sum of RGB (Red+Green+Blue) = 236+107+64=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6B40 is #1394BF. Grayscale: #8C8C8C. Windows color (decimal): -1283264 or 4221932. OLE color: 4221932.

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

Color convert

RGB 236 107 64 -
CMYK 0 0.55 0.73 0.07
HSL 15º 0.82% 0.59% -
HSV(B) 15º 0.73% 0.93% -
XYZ 40.78 28.72 8.24 -
YUV 140.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 236 107 64 0 0.55 0.73 0.07 15 0.82 0.59
Hex EC 6B 40 0 37 49 7 F 52 3B
Octal 354 153 100 0 67 111 7 17 122 73
Binary 11101100 1101011 1000000 0 110111 1001001 111 1111 1010010 111011

Color Harmonies of #EC6B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B40

Black with #EC6B40

Text Example


Text Example

White with #EC6B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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