Html Css Color HEX #EC682C Sorbus

📋 copy color: '#EC682C'

red 236 ◦ green 104 ◦ blue 44

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

Shades of Sorbus #EC682C

Tints of Sorbus #EC682C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

 BLUE value IS 44 (17.58% from 255) = 11.46%

R = 61.46%
G = 27.08%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC682C (or 0xEC682C) is known color: Sorbus. HEX triplet: EC, 68 and 2C. RGB value is (236,104,44). Sum of RGB (Red+Green+Blue) = 236+104+44=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC682C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC682C is #1397D3. Grayscale: #898989. Windows color (decimal): -1284052 or 2910444. OLE color: 2910444.

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

Color convert

RGB 236 104 44 -
CMYK 0 0.56 0.81 0.07
HSL 18.75º 0.83% 0.55% -
HSV(B) 18.75º 0.81% 0.93% -
XYZ 40 27.92 5.66 -
YUV 136.63 75.73 198.88 -
System Red Green Blue C M Y K H S L
Decimal 236 104 44 0 0.56 0.81 0.07 18.75 0.83 0.55
Hex EC 68 2C 0 38 51 7 13 53 37
Octal 354 150 54 0 70 121 7 23 123 67
Binary 11101100 1101000 101100 0 111000 1010001 111 10011 1010011 110111

Color Harmonies of #EC682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC682C

Black with #EC682C

Text Example


Text Example

White with #EC682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC682C; }

 p { color: rgb(236,104,44); }

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

background-color css

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

 a { background-color: rgb(236,104,44); }

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

border-color css

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

 span { border-color: rgb(236,104,44); }

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