Html Css Color HEX #EC6B3F Sorbus

📋 copy color: '#EC6B3F'

red 236 ◦ green 107 ◦ blue 63

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

Shades of Sorbus #EC6B3F

Tints of Sorbus #EC6B3F

RGB

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

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

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

R = 58.13%
G = 26.35%
B = 15.52%

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

#EC6B3F (or 0xEC6B3F) is known color: Sorbus. HEX triplet: EC, 6B and 3F. RGB value is (236,107,63). Sum of RGB (Red+Green+Blue) = 236+107+63=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6B3F is #1394C0. Grayscale: #8C8C8C. Windows color (decimal): -1283265 or 4156396. OLE color: 4156396.

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

Color convert

RGB 236 107 63 -
CMYK 0 0.55 0.73 0.07
HSL 15.26º 0.82% 0.59% -
HSV(B) 15.26º 0.73% 0.93% -
XYZ 40.75 28.71 8.1 -
YUV 140.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 236 107 63 0 0.55 0.73 0.07 15.26 0.82 0.59
Hex EC 6B 3F 0 37 49 7 F 52 3B
Octal 354 153 77 0 67 111 7 17 122 73
Binary 11101100 1101011 111111 0 110111 1001001 111 1111 1010010 111011

Color Harmonies of #EC6B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B3F

Black with #EC6B3F

Text Example


Text Example

White with #EC6B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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