Html Css Color HEX #EC642B Sorbus

📋 copy color: '#EC642B'

red 236 ◦ green 100 ◦ blue 43

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

Shades of Sorbus #EC642B

Tints of Sorbus #EC642B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.35%

R = 62.27%
G = 26.39%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC642B (or 0xEC642B) is known color: Sorbus. HEX triplet: EC, 64 and 2B. RGB value is (236,100,43). Sum of RGB (Red+Green+Blue) = 236+100+43=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC642B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC642B is #139BD4. Grayscale: #868686. Windows color (decimal): -1285077 or 2843884. OLE color: 2843884.

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

Color convert

RGB 236 100 43 -
CMYK 0 0.58 0.82 0.07
HSL 17.72º 0.84% 0.55% -
HSV(B) 17.72º 0.82% 0.93% -
XYZ 39.59 27.12 5.43 -
YUV 134.17 76.56 200.63 -
System Red Green Blue C M Y K H S L
Decimal 236 100 43 0 0.58 0.82 0.07 17.72 0.84 0.55
Hex EC 64 2B 0 3A 52 7 12 54 37
Octal 354 144 53 0 72 122 7 22 124 67
Binary 11101100 1100100 101011 0 111010 1010010 111 10010 1010100 110111

Color Harmonies of #EC642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC642B

Black with #EC642B

Text Example


Text Example

White with #EC642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC642B; }

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

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

background-color css

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

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

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

border-color css

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

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

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