Html Css Color HEX #EC682E Sorbus

📋 copy color: '#EC682E'

red 236 ◦ green 104 ◦ blue 46

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

Shades of Sorbus #EC682E

Tints of Sorbus #EC682E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.92%

R = 61.14%
G = 26.94%
B = 11.92%

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

#EC682E (or 0xEC682E) is known color: Sorbus. HEX triplet: EC, 68 and 2E. RGB value is (236,104,46). Sum of RGB (Red+Green+Blue) = 236+104+46=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC682E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC682E is #1397D1. Grayscale: #898989. Windows color (decimal): -1284050 or 3041516. OLE color: 3041516.

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

Color convert

RGB 236 104 46 -
CMYK 0 0.56 0.81 0.07
HSL 18.32º 0.83% 0.55% -
HSV(B) 18.32º 0.81% 0.93% -
XYZ 40.04 27.93 5.87 -
YUV 136.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 236 104 46 0 0.56 0.81 0.07 18.32 0.83 0.55
Hex EC 68 2E 0 38 51 7 12 53 37
Octal 354 150 56 0 70 121 7 22 123 67
Binary 11101100 1101000 101110 0 111000 1010001 111 10010 1010011 110111

Color Harmonies of #EC682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC682E

Black with #EC682E

Text Example


Text Example

White with #EC682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC682E; }

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

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

background-color css

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

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

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

border-color css

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

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

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