Html Css Color HEX #EC6A3F Sorbus

📋 copy color: '#EC6A3F'

red 236 ◦ green 106 ◦ blue 63

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

Shades of Sorbus #EC6A3F

Tints of Sorbus #EC6A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.56%

R = 58.27%
G = 26.17%
B = 15.56%

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

#EC6A3F (or 0xEC6A3F) is known color: Sorbus. HEX triplet: EC, 6A and 3F. RGB value is (236,106,63). Sum of RGB (Red+Green+Blue) = 236+106+63=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6A3F is #1395C0. Grayscale: #8C8C8C. Windows color (decimal): -1283521 or 4156140. OLE color: 4156140.

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

Color convert

RGB 236 106 63 -
CMYK 0 0.55 0.73 0.07
HSL 14.91º 0.82% 0.59% -
HSV(B) 14.91º 0.73% 0.93% -
XYZ 40.64 28.5 8.06 -
YUV 139.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 236 106 63 0 0.55 0.73 0.07 14.91 0.82 0.59
Hex EC 6A 3F 0 37 49 7 F 52 3B
Octal 354 152 77 0 67 111 7 17 122 73
Binary 11101100 1101010 111111 0 110111 1001001 111 1111 1010010 111011

Color Harmonies of #EC6A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6A3F

Black with #EC6A3F

Text Example


Text Example

White with #EC6A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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