Html Css Color HEX #EC643F Sorbus

📋 copy color: '#EC643F'

red 236 ◦ green 100 ◦ blue 63

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

Shades of Sorbus #EC643F

Tints of Sorbus #EC643F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.06%

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

R = 59.15%
G = 25.06%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC643F (or 0xEC643F) is known color: Sorbus. HEX triplet: EC, 64 and 3F. RGB value is (236,100,63). Sum of RGB (Red+Green+Blue) = 236+100+63=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC643F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC643F is #139BC0. Grayscale: #888888. Windows color (decimal): -1285057 or 4154604. OLE color: 4154604.

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

Color convert

RGB 236 100 63 -
CMYK 0 0.58 0.73 0.07
HSL 12.83º 0.82% 0.59% -
HSV(B) 12.83º 0.73% 0.93% -
XYZ 40.05 27.31 7.86 -
YUV 136.45 86.56 199.01 -
System Red Green Blue C M Y K H S L
Decimal 236 100 63 0 0.58 0.73 0.07 12.83 0.82 0.59
Hex EC 64 3F 0 3A 49 7 D 52 3B
Octal 354 144 77 0 72 111 7 15 122 73
Binary 11101100 1100100 111111 0 111010 1001001 111 1101 1010010 111011

Color Harmonies of #EC643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC643F

Black with #EC643F

Text Example


Text Example

White with #EC643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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