Html Css Color HEX #EC643A Sorbus

📋 copy color: '#EC643A'

red 236 ◦ green 100 ◦ blue 58

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

Shades of Sorbus #EC643A

Tints of Sorbus #EC643A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 59.9%
G = 25.38%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC643A (or 0xEC643A) is known color: Sorbus. HEX triplet: EC, 64 and 3A. RGB value is (236,100,58). Sum of RGB (Red+Green+Blue) = 236+100+58=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC643A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC643A is #139BC5. Grayscale: #888888. Windows color (decimal): -1285062 or 3826924. OLE color: 3826924.

HSL color Cylindrical-coordinate representation of color #EC643A: hue angle of 14.16º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC643A is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 100 58 -
CMYK 0 0.58 0.75 0.07
HSL 14.16º 0.82% 0.58% -
HSV(B) 14.16º 0.75% 0.93% -
XYZ 39.91 27.25 7.16 -
YUV 135.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 236 100 58 0 0.58 0.75 0.07 14.16 0.82 0.58
Hex EC 64 3A 0 3A 4B 7 E 52 3A
Octal 354 144 72 0 72 113 7 16 122 72
Binary 11101100 1100100 111010 0 111010 1001011 111 1110 1010010 111010

Color Harmonies of #EC643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC643A

Black with #EC643A

Text Example


Text Example

White with #EC643A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC643A; }

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

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

background-color css

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

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

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

border-color css

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

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

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